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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you set compiler/debugger for C only?

Status
Not open for further replies.

amoxus

Programmer
Sep 4, 2001
1
SE
How do I set visual C++'s compiler /debugger for C and not C++ so that I dont foolishly include C++ features in my code and the compiler/debugger allows it?

thanks in advance,
Micke
 
use only .c files. CV++ distinct them only by extension. Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top