如何用OS X的Xcode写C语言程序

2025-06-25 13:16:49
推荐回答(1个)
回答1:

File -> NewProject 选择OS X的CommandLine Tool然后填写Product Name,语言记得选择C。
创建完项目,就能找到main文件了(main.m)