如何用VC.NET编译C程序?

1 create a vc project; templats: win32 project
application settings: select console, empty project
Solution Explorer panel
Solution tab
click on source files
edit "Filter" property so that it accept *.c files, like this
"cpp;c;cxx;def;odl;idl;hpj;bat;asm;c"
2 menu:
Project->Add existing item... select your xxx.c file

Published At
Categories with Web编程
Tagged with
comments powered by Disqus