VC9.0默认是C++的编译方式,你可以通过修改工程属性中的Configuration Properties->C/C++->Advanced->Compile As->Compile as C++ Code为Compile as C Code.这样编译器会按照C语言的语法标准编译CPP文件.Hello world
VC9.0默认是C++的编译方式,你可以通过修改工程属性中的Configuration Properties->C/C++->Advanced->Compile As->Compile as C++ Code为Compile as C Code.这样编译器会按照C语言的语法标准编译CPP文件.Hello world