正在加载图片...
when I try to #include <stdio. h>? A. The most probable reason is that you have exceeded the number of files that dos can have open simultaneously. Add the line FILES= to your DOS CONFIG. sys file. This allows dos to open up to 20 files at the same time. CONFIG. sys will only be effective after you have rebooted your computer. See the IBM DOS Reference Manual for details on the config. sys file Q. How do i change the colors of the editor and menus in TC? A. The utility TCINst eXe allows you to customize your colors. Q. How do i get a listing of my source code to my printer? A. From within the turbo C editor hit <Ctrl>k<P>. This will print a marked block to the printer If no block is marked this key sequence will print the entire file in your editor Q. When I Make, Run, or Trace a program Turbo C sometimes goes through the compile and link process even when the object files A. Turbo C s mAKe logic works solely on a files date and time file marked with a date thats sometime in the future, the ob ject files that are reated from it will always be older than the source file and Turbo C will always try to rebuild the file. You can fix this by using TOUCH. Com to set the file to the current date and time. You should also make sure that your systems date and time are always properly set Comma nd -line compile r Q. Why is turbo C not able to find any of my #include files? A. The compiler searches for include files in the Turbo C Include Directories. This option is specified by the -I switch. The INSTALL rogram initially writes a configuration file(TURBoC. CFG)that sets this to the directory where it copied all the turbo C * h fileswhen I try to #include <stdio.h>? A. The most probable reason is that you have exceeded the number of files that DOS can have open simultaneously. Add the line FILES=20 to your DOS CONFIG.SYS file. This allows DOS to open up to 20 files at the same time. CONFIG.SYS will only be effective after you have rebooted your computer. See the IBM DOS Reference Manual for details on the CONFIG.SYS file. Q. How do I change the colors of the editor and menus in TC? A. The utility TCINST.EXE allows you to customize your colors. Q. How do I get a listing of my source code to my printer? A. From within the Turbo C editor hit <Ctrl><K><P>. This will print a marked block to the printer. If no block is marked this key sequence will print the entire file in your editor. Q. When I Make, Run, or Trace a program Turbo C sometimes goes through the compile and link process even when the object files are up-to-date. A. Turbo C's MAKE logic works solely on a file's date and time stamp. If one of your source files is marked with a date that's sometime in the future, the object files that are created from it will always be older than the source file, and Turbo C will always try to rebuild the file. You can fix this by using TOUCH.COM to set the file to the current date and time. You should also make sure that your system's date and time are always properly set. C o m m a n d - L i n e C o m p i l e r --------------------------------------------------------------------- - Q. Why is Turbo C not able to find any of my #include files? A. The compiler searches for include files in the Turbo C Include Directories. This option is specified by the -I switch. The INSTALL program initially writes a configuration file (TURBOC.CFG) that sets this to the directory where it copied all the Turbo C *.h files
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有