搜索资源列表
main
- 读入文本文件source.txt,将其内容中字符串“location”全部用字符串“east lake”替换,结果保存到文本文件target.txt-Reads text files source.txt, its contents string location All string east lake replace, the results are saved to a text file target.txt
A3
- 文本编辑器(10分) 课题内容: 设计一个简单的文本编辑器,该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组或字符指针实现字符串操作的功能。 课题要求: (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -Text Editor (10 points) DISCLOSURE: Design a simple text editor, the sy