摘要: 1. 遍历数组 使用基于范围的for循环来遍历整个数组 用_countof()来得到数组中的元素个数 2.字符串数组的输入 常用cin.getline(name,MAX,'\n') cin 为 istream类的对象,调用getline函数。 name是该数组的名字 MAX是输入的字符最大个数 最后 阅读全文
posted @ 2016-10-28 14:30 何大卫 阅读(4514) 评论(0) 推荐(0) 编辑
摘要: 常用的C/C++函数库, cstdio(stdio.h) 标准输入输出库。C Standard Input and Output Library 1. 实例 实现功能:在rename文件夹里面,建立1.txt~10.txt,并在里面写入"I am *.txt" *为1~10. 在命令行里面切换到该. 阅读全文
posted @ 2016-10-28 00:44 何大卫 阅读(9205) 评论(0) 推荐(0) 编辑