摘要:
废话少说,直接正题。 今天使用VMware安装OS X 7.0、Xcode 4.2.1开始第一个Objective-C的程序,也就是HelloWorld。以下是从网上copy的代码1 #import 2 int main (int argc, constchar * argv[]) 3 { 4 NSAutoreleasePool * pool = [[NSAutoreleasePoolalloc] init];5 NSLog(@"Hello,iphone!");6 [pool drain];7 return 0; 8 } 但把代码敲进去的时候,编译是... 阅读全文
posted @ 2014-02-09 22:12 insIst0n 阅读(191) 评论(0) 推荐(0)
浙公网安备 33010602011771号