摘要:
#include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; //文本文件 写文件 int main( int arge,char **argv) { cout << " 阅读全文
摘要:
1 #include <iostream> 2 #include <fstream> 3 #include <string> 4 using namespace std; 5 //文本文件 写文件 6 void write_() 7 { 8 //以下一一种建立并写入TXT文件的方式 9 ofstre 阅读全文
摘要:
#define CALC_MODEL_1 QApplication::applicationDirPath() + "/calcApp" + "/readFile.exe" void MainWindow::on_pushButton_clicked() { QProcess *myProcess 阅读全文