2011年1月22日

没事干测试ObjC数据类型

摘要: #import <Foundation/Foundation.h>int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // Hello, World! NSLog(@"Hello, World!"); int integerVar = 100; float floatingVar = 331.79; double doubleVar = 8.44e+11; char charVar = 'W' 阅读全文

posted @ 2011-01-22 22:47 Cheney Shen 阅读(342) 评论(0) 推荐(0) 编辑

导航