Sunday, July 12, 2009

Is Microsoft Visual C++ Studio compatible with just C programming?

Yes. You can create C or C++ with the compiler. It'll know which you're using based on the file extension (.c or .cpp) or from the comiler settings.

Is Microsoft Visual C++ Studio compatible with just C programming?
You might have to be careful what you select when creating a new project, but I'm sure it can handle regular C or C++ code. (Though if you don't need all the extra Visual Studio stuff there are free C/C++ compilers out there, like Dev-C++ which uses a Windows port of GCC, the GNU Compiler Collection.)





http://www.bloodshed.net/devcpp.html


No comments:

Post a Comment