c++兩文件之間傳遞數據

從一個文件中提取文件放入到另一個文件中ios #include <iostream> #include <fstream> using namespace std; int main() { ofstream outfile; //終端輸入--》內存--》文本 outfile.open("2.txt");//(輸入流) (變量)(輸出文件流) ifstream
相關文章
相關標籤/搜索