#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]
你们有什么建议要解决它吗?
答案 0 :(得分:0)
在从Sublime Text 2编译之前,您可能需要安装Xcode命令行工具。
https://developer.apple.com/library/ios/technotes/tn2339/_index.html