摘要: 一、c++文件流: fstream //文件流 ifstream //输入文件流 ofstream //输出文件流 二、文件路径的表示 1、绝对路径:inf.open("d://DEV_C++//LogFile//游泳数据//LUYINGYAN1039_SensorLog.txt"); 注意:双斜线 阅读全文
posted @ 2023-10-08 13:03 耿通宇 阅读(5890) 评论(0) 推荐(0) 编辑
摘要: 一、单个C++程序(多线程) //实现txt文件的读入并重写入另外一个txt文件中~ #include<fstream> //ifstream #include<iostream> #include<string> //包含getline() #include <string.h> #include 阅读全文
posted @ 2023-10-08 12:28 耿通宇 阅读(120) 评论(0) 推荐(0) 编辑