第十五周 閱讀程式(2)

2021-07-03 07:25:33 字數 596 閱讀 8453

/* 

* 檔名稱:test.cpp

* 作 者:呼亞萍

* 完成日期:2023年6月15日

* 版 本 號:v1.0

* * 問題描述: 檢視下面程式的輸出,解釋為什麼會有這樣的輸出。

* 程式輸入:相應的程式

* 程式輸出:對應得結果

*/#include #include using namespace std;

int main( )

; ofstream outfile("f3.dat",ios::out|ios::binary);

outfile.write((char*)a, sizeof(a));

outfile.close();

return 0;

}

運算結果:

知識點總結:

0*32是二進位制的表達形式,當轉換成ascii值後對應著文字。

學習心得:

做一名敢於吃第一口螃蟹的學習者!

第十五周閱讀程式(2)

問題及 檔名稱 zwj.cpp 作 者 張偉晶 完成日期 2016年6月3日 版 本 號 v1.0 問題描述 閱讀程式,對照執行結果,領會stl的用法 輸入描述 程式輸出 include include include include using namespace std int main 執行結...

第十五周專案 閱讀程式2

all right reserved.檔名稱 test.cpp 完成日期 2016年6月21日 版本號 v1.0 問題描述 閱讀程式 程式輸入 程式輸出 include include include using namespace std class cstudent cstudent int n...

第十五周 閱讀程式(1)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 程式輸入 相應的程式 程式輸出 對應得結果 include include include using namespace std int main int a ofstream outfile f1.d...