C++實現輸出內容存入到TXT文檔中

step1:包含頭文件 step 2:代碼 #include #include using namespace std; int main(){ ofstream outfile; outfile.open(「data.txt」, ofstream::app); outfile << 「data」 << dis_xy[0] << endl; // 關閉文檔 outfile.close(); } s
相關文章
相關標籤/搜索