c++ - Visual Studio 2012 compile .c files as cpp files -



c++ - Visual Studio 2012 compile .c files as cpp files -

i can set visual studio compile .c files cpp files described here: http://msdn.microsoft.com/en-us/library/032xwy55.aspx compiler option. wonder if there way point several .c files , not effect on compilation alternative in general.

select specific source file(s) , select compiler yourself.

properties dialog box (selected alternative advanced):

c++ visual-studio-2012

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -