
C语言-编译环境(编译工具)
爱足球的少年7777777
踢球踢球!!!!!!!!!!!
希望赚了钱,可以更加自由自在地踢球!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C语言VS编译环境中的resource file and source file的区别
Sourcefile文件夹里面放的是CPP文件这些 Resourcefile文件夹是资源文件夹,里面可以放你程序里需要的资源,包括图标,对话框,图片等等; 对应的文件如下: Source Files - *.c, *.cpp Header Files - *.h Resource Files - *.ico, *.bmp, ...原创 2015-07-30 22:26:43 · 3649 阅读 · 0 评论 -
C语言-VS2010字体改变和行数显示
在VS2010编译环境中添加行数显示与改变字体。 字体: tools-->options-->environments-->fonts and colors 行数显示: tools-->options-->text editor-->all languages-->line numbers原创 2015-08-02 19:40:10 · 1157 阅读 · 0 评论 -
C语言-VS2010调试tips
1、F5开始运行(调试) 2、F9打断点 3、F10下一语句,使用于打了断点之后的一步一步的执行 4、F11进入函数 5、F11+shift跳出函数 6、F5+shift结束调试 调试中观察各个值的变化,会很有感触!!!原创 2015-08-02 19:58:28 · 968 阅读 · 0 评论 -
C-MS Compiler Environment(VS2010) (特殊的编译环境)
You must initialize your data in the beginning of the function. I have tested it in the compiler environment VS2010.原创 2016-02-23 14:03:58 · 641 阅读 · 0 评论