我如何在Sublime Text 2 for mac上运行C ++?

时间:2016-02-08 16:13:10

标签: c++ sublimetext2

#include <iostream>

using namespace std;
int main ()
{
   cout << "Hello World";
   return 0;
}

当我在Sublime Text 2 for Mac上编写简单的C ++代码时,我随时都会遇到这种错误。

File "/Users/Library/Application Support/Sublime Text 2/Packages/C++/untitled.cpp", line 3
using namespace std;
              ^
SyntaxError: invalid syntax
[Finished in 0.2s with exit code 1]

你们有什么建议要解决它吗?

1 个答案:

答案 0 :(得分:0)

在从Sublime Text 2编译之前,您可能需要安装Xcode命令行工具。

https://developer.apple.com/library/ios/technotes/tn2339/_index.html