WIN-TC罕见题目(国外英文资料).docVIP

  • 1
  • 0
  • 约3.73万字
  • 约 10页
  • 2017-06-05 发布于河南
  • 举报
WIN-TC罕见题目(国外英文资料)

WIN-TC常见问题 1. Q: how to include properly? At compile time, my files were not found, and a bunch of errors were displayed. A: the header file that the program contains is dropped, which is equivalent to missing a piece of code in the segment, and your error may have been generated by this piece of code. If you dont specify a path in include, for example: H # include mouse. Then you specify that the file mouse. H must be in the include directory of win-tc, otherwise there will be no such errors. If you dont want to put the mouse in the include directory, you must specify the full path of the mouse, for example, your mouse. H is placed in the c: \ mouse \ mouse. C: \ mouse \ mouse. 2. Q: wont you use win-tc in WIN2000? After I compiled the program, the program flashed past. Dont see Answer: this is the command line mode under WIN2000 WINXP and characteristics, from the command line under WIN2000 and XP mode by default for the execution of the closed, so your program without any pause code they closed in just finished performing, also dont like you say hello and ask whether closed (ha ha, 2000 and XP just this virtue, 98 can run after the pause). The solution is to pause the program by adding a getch () at the end of the main function. For example, your program is: The main () { Printf ( This is a turbank. ) } You need to change it: The main () { Printf ( This is a turbank. ) Getch (); } You can see the output and then close the output after the output. 3. Q: in software introduction, you can extend the LIB library, but I downloaded a LIB library but didnt know how to use it A: first, make sure your LIB library is FOR TC and not FOR VC or anything else. If youre sure, use it like this: Your header file (or called a header file), is the extension of *. H file copy to WIN - TC the include directory, then the corresponding name *. Lib file copy to WIN - TC Extlib directory (note that is not the lib directory, and then run Windows - TC choice compiler configuration menu it

文档评论(0)

1亿VIP精品文档

相关文档