国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > C++ > 正文

C++文件操作小記

2019-11-06 07:06:00
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
int main(int argc, const char * argv[]) { ofstream testfile_1("test.txt"); if (testfile_1.is_open()) {// testfile_1<<"This is a line."<<endl;// testfile_1<<"This is another line"<<endl; cout<<"input the polynome"<<endl; string s ; getline(cin,s); testfile_1<<s<<endl; testfile_1.close(); } string buffer; ifstream testfile_2("test.txt"); if (!testfile_2.is_open()) { cout<<"Error opening file"<<endl; exit(1); } while (!testfile_2.eof()) { getline(testfile_2,buffer); cout<<buffer<<endl; } return 0;}
發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 温州市| 遵义县| 定南县| 临清市| 平南县| 永春县| 射洪县| 扶沟县| 曲水县| 菏泽市| 新绛县| 克东县| 张家港市| 大竹县| 宜良县| 西安市| 诸城市| 拜泉县| 金川县| 洪洞县| 旺苍县| 滨海县| 清镇市| 抚顺县| 神农架林区| 凉城县| 肥城市| 平果县| 屏山县| 平谷区| 红桥区| 宣威市| 福安市| 德州市| 吴桥县| 宜章县| 太湖县| 江北区| 疏勒县| 香港| 五台县|