C++實驗六

Part2 #include <iostream> #include <fstream> #include <string> #include <cstdlib> using namespace std; int main() { string filename1, filename2, newfilename; cout << "輸入要合併的兩個文件名: " ;
相關文章
相關標籤/搜索