由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - visual studio 支持 C吗?
相关主题
Question about a C++ compilation error on Visual Studio 2005一个qt3在Windows上的问题
在 windows下的C++开发平台是不是 Dev-C++?什么地方有 free windows 的 C compiler download
最初级的白痴C++问题error of compiling C# in visual studion 2013 win 7 (转载)
Anyone use visual studio 2005 under vistaC array
Python的script的兼容问题A C++ compiler related interview question
[合集] VisualC++的compiler是不是也不是free的? (转载)A tech question (转载)
Visual C++ Express 很土的问题求救An interesting C++ compile error
spent a lot of time try to compile boost谁来解释一下这个是compiler问题吗?
相关话题的讨论汇总
话题: visual话题: c++话题: properties话题: compile话题: studio
进入Programming版参与讨论
1 (共1页)
s********1
发帖数: 581
1
visual studio 支持 C吗?visual C++ 支持 C 吗?有专门的 visual C 吗?
O*******d
发帖数: 20343
2
The answer is yes. Use file extension .c instead of .cpp
T*****9
发帖数: 2484
3
no,that may still be c++

【在 O*******d 的大作中提到】
: The answer is yes. Use file extension .c instead of .cpp
O*******d
发帖数: 20343
4
http://www.daniweb.com/forums/thread16256.html
Go to Project and Properties, then somewhere in the myriad of options you'll
see "Compile as C++" where you can change it to "Compile as C". And while
you're at it, change the source file extension to .c instead of .cpp.
p***o
发帖数: 1252
5
no, .c default to c, unless you forced it to c++.

【在 T*****9 的大作中提到】
: no,that may still be c++
p****s
发帖数: 32405
6
就是这个properties里面太难找了。
肯定不是common propertie->references, 在configuration properties里面某一选项。

【在 O*******d 的大作中提到】
: http://www.daniweb.com/forums/thread16256.html
: Go to Project and Properties, then somewhere in the myriad of options you'll
: see "Compile as C++" where you can change it to "Compile as C". And while
: you're at it, change the source file extension to .c instead of .cpp.

O*******d
发帖数: 20343
7
Project->Properties->Configuration Properties->C/C++->Advanced->Compile As

项。

【在 p****s 的大作中提到】
: 就是这个properties里面太难找了。
: 肯定不是common propertie->references, 在configuration properties里面某一选项。

1 (共1页)
进入Programming版参与讨论
相关主题
谁来解释一下这个是compiler问题吗?Python的script的兼容问题
关于Makefile的一个问题[合集] VisualC++的compiler是不是也不是free的? (转载)
关于C++ STL编译的疑问Visual C++ Express 很土的问题求救
question for C++ constantspent a lot of time try to compile boost
Question about a C++ compilation error on Visual Studio 2005一个qt3在Windows上的问题
在 windows下的C++开发平台是不是 Dev-C++?什么地方有 free windows 的 C compiler download
最初级的白痴C++问题error of compiling C# in visual studion 2013 win 7 (转载)
Anyone use visual studio 2005 under vistaC array
相关话题的讨论汇总
话题: visual话题: c++话题: properties话题: compile话题: studio