摘要: //// main.m// C10_动态内存分配//// Created by dllo on 15/7/13.// Copyright (c) 2015年 zhozhicheng. All rights reserved.//#import void func(){ int x=5; int ... 阅读全文
posted @ 2015-07-13 21:30 程序猿-小程 阅读(160) 评论(0) 推荐(0)
摘要: .h//// MyFunction.h// C9_结构体指针//// Created by dllo on 15/7/10.// Copyright (c) 2015年 zhozhicheng. All rights reserved.//#import // 结构体// 学生:姓名,年龄,性别,成... 阅读全文
posted @ 2015-07-13 21:29 程序猿-小程 阅读(135) 评论(0) 推荐(0)