Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试学习 C,我刚刚在我的 Mac 上安装了 Xcode。我想运行第一个已经写好的程序
#include <stdio.h> int main(int argc, const char * argv[]) { // insert code here... printf("Hello, World!\n"); return 0; }
构建失败。我用 C 创建了一个程序。库已经下载。谢谢
你想学习 C 还是 Objective-C?据我所知,XCode 只适用于 Objective C。
另外,您能否发布您的编译器错误,这将有很大帮助。