彭的知識家
常遇到的問題都在這!
2013年8月28日 星期三
2009年android創意競賽~上報導耶!!
http://www.sogi.com.tw/newforum/article_list.aspx?topic_id=6101350&page=2
2011年5月10日 星期二
C++怎麼輸出檔案?
ofstream outfile("output.txt"); /*宣告輸出檔名*/
outfile << "輸出內容" ; /*把"輸出內容"寫進檔裡*/
outfile << endl;
其實C++的輸出檔案很簡單,只要把所有的cout換成outfile,並且新增一個#include <fstream>
當執行之後~
就會看到桌面上多了一個output
就大功告成拉^^
較舊的文章
首頁
訂閱:
文章 (Atom)