How to run project C in VS 2015

I have Visual Studio 2015, and I was wondering if it supports C.

I click on the "New Project" and the options are Visual C #, Visual C ++, Visual Basic.

I was wondering if I can compile a C program or make it in VS. Does he have a C compiler?

I'm lost.

Thanks at Advance.

+4
source share
2 answers

Create a visual C ++ project.

Just rename the source file from .cpp to .c

No special conversions are required. Just enter your valid c code and it will compile just fine.

+1
source

, ( ++, ".c" ++ (++, , , C), MinGW (http://www.mingw.org/) gcc Windows, C.

IDE, Codeblocks (http://www.codeblocks.org). MinGW, C .

( , gVim) gcc cl ( Visual Studio ) .

+1

Source: https://habr.com/ru/post/1627885/


All Articles