How do I compile and run a C program in Sublime Text 2?

后端 未结 5 901
北荒
北荒 2020-12-02 15:05

I am completely new to programming. I have no idea how to compile & run a simple C program in Sublime Text 2.

(In college I was asked to use Turbo C++ 3.0 but I

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 15:11

    You need to install the C++ compiler,

    I use mingw. Once that is installed the c:/mingw and you have added it to the computers environment path it should start compiling.

    I use this version of mingw as it includes Boost. http://nuwen.net/mingw.html

提交回复
热议问题