Compile C app with Visual Studio 2012

后端 未结 6 1446
梦谈多话
梦谈多话 2020-12-29 12:37

I plan to write application in C using Microsoft Visual Studio 2012. The problem is that I can\'t find a way to compile it right in the editor. I found this solution http:/

6条回答
  •  醉酒成梦
    2020-12-29 13:29

    select new project,win 32console application ,uncheck precompiled header,select empty project.. Then add a new item,select..cpp file then rename the file with .c.extension and you're done to compile c codes..

提交回复
热议问题