代码
荣耀丁
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用c++写作业管理系统
#include<iostream> #include<fstream> #include<string> #include<windows.h> #include<conio.h> using namespace std; string work[20][3]; string name; int ch,cnt=0; bool baosh...原创 2020-03-11 17:09:53 · 717 阅读 · 0 评论 -
用c++写文本(.txt)文件编辑器
#include<iostream> #include<windows.h> #include<string> #include<fstream> using namespace std; char file[100]; void qk() { ofstream qingkong(file); qingkong.close(); return;...原创 2020-03-11 17:06:50 · 1320 阅读 · 2 评论
分享