摘要: 头文件 读取代码段 使用 ifstream 然后对C++进行文件的读取 C++ int main() { string filepath = "test.txt"; //ofstream myfile("test.txt"); ofstream myfile(filepath.c_str()); m 阅读全文
posted @ 2019-09-18 09:44 test1024 阅读(155) 评论(0) 推荐(0)