摘要:
1.使用文件流写文本文件: #include <iostream> #include <string> #include <fstream> using namespace std; int main() { string name; int age; ofstream offile;//文件输出流 阅读全文
posted @ 2022-11-26 19:21
wshidaboss
阅读(345)
评论(0)
推荐(0)
浙公网安备 33010602011771号