Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ansi C/C++ in VS2003

Status
Not open for further replies.

ElvisUntot

Programmer
Jan 8, 2002
72
0
0
DE
is it possible to compile ansi c/c++ in visual studio 2003?
 
The VC++ .NET 2003 compiler is not 100% ANSI C++ compliant, but it is close. Just create an Empty Project and add your code files to it then build the project. Or you can use the command line tools to compile and link existing files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top