第十五周 閱讀程式(1)

2021-07-03 07:25:33 字數 609 閱讀 4702

/* 

* 檔名稱:test.cpp

* 作 者:呼亞萍

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

* 版 本 號:v1.0

* * 程式輸入:相應的程式

* 程式輸出:對應得結果

*/#include #include #include using namespace std;

int main( )

{ int a;

ofstream outfile("f1.dat",ios::out);

if(!outfile)

{cerr

outfile<

運算結果:

知識點總結:

binary viewer能夠顯示資料以十進位制,八進位制,十六進製制和文字(ascii碼或統一的字元編碼標準)的格式。

學習心得:

軟體的使用使自己進一步認識到計算機的變幻莫測,希望學習更多的計算機知識,一步步走進計算機的世界!

第十五周 閱讀程式(2)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 問題描述 檢視下面程式的輸出,解釋為什麼會有這樣的輸出。程式輸入 相應的程式 程式輸出 對應得結果 include include using namespace std int main ofstrea...

第十五周 閱讀程式(3)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 問題描述 閱讀下面的程式,指出其功能,體會seekg tellg 等函式的功能及其用法 程式輸入 相應的程式 程式輸出 對應得結果 include include using namespace std ...

第十五周閱讀程式(2)

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