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 中是否支持编译指示列表?我只知道#pragma mark。我在哪里可以了解其他人?
#pragma mark
GCC 在线手册,请参见此处。根据您的 XCode 设置,您可以使用 GCC 4.0、4.2、4.4(如果您的系统上存在)甚至 LLVM/GCC 4.2。有关特定信息,请参阅正确的编译器版本文档。