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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -