------------只要够努力,人生最坏的结局不过是大器晚成!!!

摘要: #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)

不经一番切孤寒,怎得梅花扑鼻香