freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

第9章c++的輸入和輸出(文件)

2025-08-08 23:52 上一頁面

下一頁面
 

【正文】 以八進制形式輸入或輸出整型數(shù),可用于輸入或輸出。 (9) resetiosflags(long f) 關閉由參數(shù) f指定的格式標志,可用于輸入或輸出 (10) setiosflags(long f) 設置由參數(shù) f指定的格式標志,可用于輸入或輸出 (11) setfill(int ch) 設置 ch為填充字符,缺省時為空格 ,可用于輸入或輸出 (12) setprecision(int n) 設置小數(shù)部分的位數(shù) ,可用于輸入或輸出 (13) setw(int n) 設置域寬為 n,可用于輸入或輸出 例 操縱符的使用 。 //③ cout123setw(10)oct123endl。39。)setw(8) //⑧ 456endl。, x_precision=4 ***\n。)。 (10)。 coutx_precision=()endl。 stream) { … // 自定義代碼 return stream。 } 例 為輸出流定義操縱符函數(shù) 。 streamsetw(10)hexsetfill(’amp。 coutoutput1123endl。 input1(istreamamp。 } int main() { int i。 } 重載輸出運算符 “ ” 定義輸出運算符“ ”重載函數(shù)的一般格式如下 : ostreamamp。 out。 operator(istreamamp。 . . . in。 public: coord(int i=0,int j=0) { x=i。 stream,coordamp。 operator(ostreamamp。 } main() { coord a(55,66), b(100,200)。 include class three_d { public: three_d(int a,int b,int c) { x=a。 operator(ostreamamp。 operator(istreamamp。 }。 ob) { output,。 } istreamamp。 input。 } main() { three_d obj(10,20,30)。 // 輸出對象 obj的成員值 ( 新值 ) return 0。關閉一個文件,就是取消這種關聯(lián)。 ofstream out。 (3) 使用 open()函數(shù)打開文件,也就是使某一文件與上面的某一流相聯(lián)系。關閉文件可使用 close()函數(shù)完成,close()函數(shù)也是流類中的成員函數(shù),它不帶參數(shù),不返回值。 例 把一個整數(shù)、一個浮點數(shù)和一個字符串寫到磁盤文件 test中。 } fout10 \ This is a text file.\\n。 get(charamp。 put(char ch)。 int i。i26。 char c。 } (2) 用 read()函數(shù)和 write()函數(shù)讀寫二進制文件 read()和 write()原型如下 : istream amp。 例 912 用 write()函數(shù)向文件 test中寫入整數(shù)與雙精度數(shù) 。 } int i=12340。 ((char *) amp。 } (3) 檢測文件結束 在文件結束的地方有一個標志位,記為 EOF(End OF)。該函數(shù)的原型是 : int eof()。 另一個名字叫做 put指針,用于指出下一次輸出操作的位置。 // 以讀寫方式打開文件 if (()) coutopen file errer!。)。 coutcontents。 (0,ios::beg)。 // 設置寫指針 (39。 include include void main(void) { fstream fs。 … if (!()) //尚未到達文件尾 … (4) 文件的隨機讀寫 在 C++的 I/O系統(tǒng)中有個文件指針,它有兩個名字。如果該函數(shù)的返回值非零,表示到達文件尾。 ()。 ((char *) amp。 if (!out) { coutCannot open output file.\n。 ostream amp。 } void main() { test_write()。 c++。a39。 例 將 ‘ a’ 至
點擊復制文檔內容
規(guī)章制度相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1