第三週上機任務 1 1 找錯與測試用例

2021-08-26 18:27:40 字數 927 閱讀 3394

實驗目的:1. 熟悉物件導向中的基本概念和術語

2. 掌握物件導向程式的基本結構

3. 學會定義並使用類和物件

* 問題描述:.......

* 程式輸出:......

* 問題分析:……

* 演算法設計:……

#include using namespace std;

class student

;void student::set_data(int n, char *p,char s)

void student::display( )

除錯結果:6 error(s):1.error c2065: 'num' : undeclared identifier

2.error c2440: '=' : cannot convert from 'char [3]' to 'int'

(2)在實現對類成員函式時不指定作用域;

void set_data(int n, char *p,char s)

void display( )

除錯結果:2 error(s):1.undeclared identifier

2.error c2065: 'o' : undeclared identifier

注意喲:

如果把「f」改為1,螢幕就會輸出笑臉

int main()

哈哈,好玩吧。

經驗積累:

1. 程式的測試也是技術活,需要考慮各種可能的情況,設計用於測試的輸入,將執行結果與預期的結果對比後才能得出結論。程式工作並不是能輸出結果(不管對錯)就視為完成。

2.上機感言:

撞錯和測試都是很有用的。

python第三週小測

1.讀取乙個檔案,顯示除了井號 開頭的行意外的所有行 coding utf 8 created on tue may 28 09 37 08 2019 author omega sendoh 開啟檔案 f open install sh r 讀取檔案的所有行,以列表形式儲存,每行為列表中的乙個字串元...

第三週任務

這個作業屬於哪個課程 這個作業要求在 homework 12448 這個作業的目標 資料庫環境配置和j a的學習 學號212006126 學習進度 1.j a學習 學習j a的list,set,map介面以及他們裡面的一些類。只是簡單的聽完了一遍,對其用法還是不很熟悉。2.資料庫的配置 通過網上教程...

第三週 任務三擴充套件

定義乙個日期類 includeusing namespace std class datetime int main void datetime set datetime void datetime show datetime bool datetime is date int y,int m,in...