发新话题
打印

Xcode可否运行c程序

Xcode可否运行c程序

我有一个已有的c代码,怎样才可以在xcode中运行,必须要创建project吗?。。。谢谢!

TOP

gcc -o demo demo.c

TOP

发新话题