05 2017 档案

摘要:char a = 'h'; char a[] = "Hello"; string sComparec = "Hello" char *a = "Hello"; char* mag[] = { "Love Stor", "Harry", "Potter" }; '\0' 拓展知识点: getchar( 阅读全文
posted @ 2017-05-13 15:23 TT-小白 阅读(134) 评论(0) 推荐(0)
摘要:@interface father : NSObject @end @implementation father - (void) drink { NSLog(@"pure water!"); } - (void) smoking { NSLog(@"Marlboro!"); } @end @int 阅读全文
posted @ 2017-05-08 18:22 TT-小白 阅读(218) 评论(0) 推荐(0)
摘要:OC 之:C语言的拓展 阅读全文
posted @ 2017-05-08 17:33 TT-小白 阅读(122) 评论(0) 推荐(0)