摘要: 一.1.声明了该结构体就声明了结构体内所有成员。#include typedef struct stuInfo{ char *name; int age; int num;}Student;int main(int argc, const char * argv[]){ ... 阅读全文
posted @ 2013-12-31 19:31 forrHuen 阅读(881) 评论(0) 推荐(0)