摘要:
写文件 #include <fstream> using namespace std; int main() { ofstream outFile; outFile.open("D:\\gaoyu.txt"); outFile << "this is a c++ file write test."; 阅读全文
posted @ 2020-04-22 16:01 yacbo 阅读(151) 评论(0) 推荐(0)
posted @ 2020-04-22 16:01 yacbo 阅读(151) 评论(0) 推荐(0)