摘要:
#include #include using namespace std; void main() { ofstream in; in.open("com.txt",ios::trunc); //ios::trunc表示在打开文件前将文件清空,由于是写入,文件不存在则创建 int i; char a='a'; for(i=1;i #include ... 阅读全文
posted @ 2018-07-24 20:06
ystraw
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号