Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

Objective C的学习之HelloWorld

$
0
0

其实是好奇优才网的那个练练手:

code:

#import <Foundation/Foundation.h>  
int main (int argc, const char *argv[]) {  
    NSAutoreleasePool *pool=[[NSAutoreleasePool alloc] init];  
    NSLog(@"Hello World!");  
    [pool drain];  
    return 0;  
}  


作者:luyee2010 发表于2013-2-24 0:39:14 原文链接
阅读:122 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>