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

后端 未结 5 894
北荒
北荒 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条回答
  •  無奈伤痛
    2020-12-02 15:33

    You didn't saved the file. The compiler can't find the file.

    Save the file and try again.

提交回复
热议问题