Can't build C++ program using Sublime Text 2

后端 未结 3 1774
迷失自我
迷失自我 2020-12-18 05:03

I think many of you are using or used to use Sublime Text 2 editor. I have strange error: C++ programs can\'t be built.

My C++.sublime-build

3条回答
  •  离开以前
    2020-12-18 05:20

    I can provide a workaround solution to this problem: Use makefiles. Sublime Text 2 can run makefiles to compile c++ for you.

    You would be more likely to get a better answer to this question by asking in the Sublime forums (http://www.sublimetext.com/forum/). Even there they would probably be interested in knowing "how" it doesn't work (i.e. if nothing happens at all when pressing "Build", you might want to specify that).

提交回复
热议问题