摘要: 一、c++控制台部分 #include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; int main( int arge,char **argv) { ofstream 阅读全文
posted @ 2022-05-12 18:26 雾枫 阅读(534) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <vector> //字符串分割函数 std::vector<std::string> split(std::string str,std::string pattern) { std::string::s 阅读全文
posted @ 2022-05-12 13:32 雾枫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; //文本文件 写文件 int main( int arge,char **argv) { cout << " 阅读全文
posted @ 2022-05-12 13:07 雾枫 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <fstream> 3 #include <string> 4 using namespace std; 5 //文本文件 写文件 6 void write_() 7 { 8 //以下一一种建立并写入TXT文件的方式 9 ofstre 阅读全文
posted @ 2022-05-12 10:00 雾枫 阅读(3065) 评论(0) 推荐(0) 编辑
摘要: #define CALC_MODEL_1 QApplication::applicationDirPath() + "/calcApp" + "/readFile.exe" void MainWindow::on_pushButton_clicked() { QProcess *myProcess 阅读全文
posted @ 2022-05-12 09:28 雾枫 阅读(112) 评论(0) 推荐(0) 编辑