結構體陣列實現的簡易學生資訊管理系統

2021-10-11 23:21:39 字數 1430 閱讀 4050

#define _crt_secure_no_warnings

#include

#include

#include

using

namespace std;

const

int maxx =4;

struct student stu[maxx]

;//最多新增4個學生

void

choice()

;void

dell()

;void

xiugai()

;void

baocun()

;void

display()

void

init()

}void

add(

) cout <<

"剩餘"

<< k <<

"個記錄可以新增\n"

; cout <<

"請輸入你要新增的學生個數;\n"

; cin >> j;

if(j > k)

else

for(

int i =

0; i < j; i++)}

if(stu[h]

.*** !=

'w'&& stu[h]

.*** !=

'm')

if(stu[h]

.age <

1|| stu[h]

.age >

100)

break;}

} cout <<

"\n學生新增成功\n";}

display()

;choice()

;}void

dell()

}if(count ==0)

display()

;choice()

;}void

inqui()

}else}if

(count ==0)

cout <<

"不存在這個學號的學生!\n";}

display()

;choice()

;}void

xiugai()

}if(count ==0)

cout <<

"該學號不存在!\n"

; \ display()

;choice()

;}void

baocun()

cout <<

"資訊已經儲存\n"

;fclose

(mysfile)

;display()

;choice()

;}void

exit()

void

choice()

}}intmain()

C C 複習 學生資訊的輸出(結構體)

all right reserved.檔名稱 77.cpp 作 者 董凱琦 完成日期 2016年4月26日 版 本 號 v1.0 問題描述 編寫乙個函式print,列印乙個學生的成績陣列,該陣列中有5個學生的資料,每個學生的資料報括num 學號 name 姓名 score 3 3門課的成績 編寫乙個...

c語言(結構體) 實現學生資訊輸入,輸出,查詢

c語言 結構體 實現學生資訊輸入,輸出,查詢 利用結構體實現學生資訊的輸入,輸出,以及生日日期查詢 include define num 3 日期結構體 typedef structdate 學生資訊結構體 typedef structstudent 輸入資訊函式 void inputstudent...

用容器去遍歷乙個學生資訊的結構體。

需求是這樣的,學生上下車的時候,我需要記錄該學生是上車,還是下車。方法 用乙個容器,當學生刷卡時候,先遍歷該容器,看能否找到該學生資訊的記錄,如果沒有,那麼就是上車,並增加該記錄 如果有,就是下車,並清除該記錄。過程 std mapm studentinfo forytschoolbus std m...