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.
我想知道我们是否可以在 Xcode 中使用纯 c 语言为 ios 6 开发一个 iphone 应用程序。
或者是否有任何从 c 到目标 c 的交叉编译器。
请给我建议。
GCC 可以编译 Objective-C 代码。看这里
Objective-C 是 C 的扩展。如果您需要从 C 编译到 Objective-C,请查看标准llvm 编译器并使用msg_send而不是块
msg_send
重新发明轮子!!!
是的,您可以用纯 C 语言开发 iphone 应用程序,但是提供给您的所有大型 API 集会如何节省数百小时的编码、测试和性能测试?
检查这里和这里。
很少有应用程序可以用作钛。