C++ 实验七
摘要:
#include <iostream> #include <fstream> using namespace std; int main(){ ofstream file; file.open("E:\\text.txt"); file << "已成功写入文件!" << endl; file.clo 阅读全文
posted @ 2018-06-20 15:32
nuo267
阅读(99)
评论(0)
推荐(0)
浙公网安备 33010602011771号