摘要: 第2章、Programming in Objective-C// main.m// prog1//// Created by Steve Kochan on 1/30/11.// Copyright 2011 ClassroomM, Inc.. All rights reserved.//#import <Foundation/Foundation.h>int main (int argc, const char * argv[]){NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];NSLog (@"P 阅读全文
posted @ 2012-08-08 23:14 红心李 阅读(660) 评论(2) 推荐(0) 编辑