C 學習筆記 三 文字檔案的寫入

2021-06-25 08:56:13 字數 833 閱讀 8353

願所有想程式設計的人能夠堅持自己的夢想!不要放棄!

#include #include using namespace std;

int main()

{char mobile[50];

int year;

double a_price;

double d_price;

cout<

cin.getline(mobile,50);

cout<

cin>>year;

cout<

cin>>a_price;

d_price=0.913*a_price;

//螢幕顯示資料

cout<

結果:螢幕顯示

enter the make of the mobile: liu jing

enter the moble year: 1986

enter the original asking price: 13500

make and model: liu jing

year: 1986

was asking $13500.00

now asking $12325.50

與.cpp同一級目錄下將被建立乙個test.txt檔案

開啟檔案將發現內容也被寫入到其中了;

內容如下:

make and model: liu jing

year: 1986

was asking $13500.00

now aksing $12325.50

c 文字檔案寫入

private void 跟蹤記錄 string 輸出內容 private void 修改日記 string 輸出內容 filestream 建立只寫檔案 檔案.openwrite 建立只寫檔案.close streamwriter 寫入 new streamwriter 儲存檔名,true 以可以...

c 讀取 寫入 文字檔案

include include 讀寫檔案的標頭檔案 include using namespace std 1 文字檔案 寫檔案 1 包含標頭檔案 include 2 建立流物件 ofstream ofs 3 指定路徑和開啟方式 ofs.open 路徑,開啟方式 開啟方式 ios in 讀檔案開啟 ...

C 讀取 文字檔案 寫入textbox

microsoft.win32.openfiledialog dialog new microsoft.win32.openfiledialog dialog.filter 文字檔案 txt if dialog.showdialog true 判斷檔案開啟 string path1 dialog.f...