- 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
您可能关注的文档
- corejava 常用的类和方法(国外英文资料).doc
- coreldraw进修方法_CDR的十八种技能(国外英文资料).doc
- cpu设备与优化(国外英文资料).doc
- CRE物语专用版说明书(国外英文资料).doc
- CreateThread与_beginthread的区别(国外英文资料).doc
- CSS区分IE各版本以及火狐的写法(国外英文资料).doc
- css格局BUG大全(国外英文资料).doc
- cookie和session的作用及其区别(国外英文资料).doc
- Cstring转char、string、int等数据类型的方法(国外英文资料).doc
- CAD图形的转化(国外英文资料).doc
最近下载
- 明代宗教信仰与思想控制.docx VIP
- 江苏省南通市2024-2025学年高二上学期期末学业质量监测语文试卷(含答案).pdf VIP
- 国就有成人演出的电影了?想看就要冒生命危险.pdf VIP
- 综合素质练习题及答案.doc VIP
- 2020-2021学年北京高三化学二轮复习 反应原理型简答题(突破二卷)(word版 含答案).docx VIP
- 电力拖动控制线路安装与检修(白银矿冶职业技术学院)知到智慧树答案.docx VIP
- 煤炭巷道掘砌工(高级工)资格考试题库(全真题库).docx VIP
- 影像叙事中情感共鸣生成机制.docx VIP
- 同轴二级圆柱齿轮减速器的设计(硬齿面).doc VIP
- 基于GPU多线程多通道图像高速重构方法、设备及介质.pdf VIP
原创力文档

文档评论(0)