摘要: #include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { /*结构体 把一堆的数据整体地放到存储地址里 基本定... 阅读全文
posted @ 2017-05-03 20:18 徐景祥 阅读(215) 评论(0) 推荐(0) 编辑
摘要: #include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ //Q:打印一串数字1,2,3 用两种方法 //知识点:指针、for循环、数组 int main(int argc, char *argv[... 阅读全文
posted @ 2017-05-03 17:10 徐景祥 阅读(438) 评论(0) 推荐(0) 编辑