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:/
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..