xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 283KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-06
  • 語(yǔ)言: C/C++
  • 標(biāo)簽: c++??

資源簡(jiǎn)介

初學(xué)者的小程序,很簡(jiǎn)單的功能,有小小的基礎(chǔ)就能看懂。適合初學(xué)者

資源截圖

代碼片段和文件信息

#include?
#include
#include?
using?namespace?std;?
class?classroom?{?
public:??
?????classroom(){}//構(gòu)造函數(shù)?
?????~classroom(){}//析構(gòu)函數(shù)?
?????friend?void?inputs(classroom?*p);//添加數(shù)據(jù)?
?????friend?void?lookfor(classroom?*w);//查詢數(shù)據(jù)??
?????friend?void?change(classroom?*t);//修改數(shù)據(jù)?????
?????friend?void?display(classroom?*r);//瀏覽數(shù)據(jù)?
private:??
?????int?roomnumber;//教室號(hào)?
?????string?place;//地點(diǎn)?
?????int?floor;//樓層??
?????int?total;//容量??
?????string?type;//類別?
};?
//函數(shù)的實(shí)現(xiàn)?
void?inputs(classroom?*p)//添加教室信息
?{??cout<<“請(qǐng)輸入教室信息“<?cout<<“roomnumber:“;
cin>>p->roomnumber;??
cout<<“place:“;
cin>>p->place;??
cout<<“floor:“;
cin>>p->floor;??
cout<<“total:“;
cin>>p->total;??
cout<<“type:“;
cin>>p->type;??
cout<}?
?
void?l

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????3643??2015-06-25?23:28??c++教室管理\1.cpp

?????文件??????????0??2015-06-26?14:57??c++教室管理\main.cpp

?????文件???????1053??2015-06-26?16:02??c++教室管理\Makefile.win

?????文件???????4476??2015-08-24?17:26??c++教室管理\一.cpp

?????文件??????10147??2015-06-26?16:01??c++教室管理\一.o

?????文件????????877??2015-06-26?15:18??c++教室管理\教室管理.dev

?????文件????1370017??2015-06-26?16:02??c++教室管理\教室管理.exe

?????文件????????110??2015-08-24?17:26??c++教室管理\教室管理.layout

?????文件???????1010??2015-07-04?19:39??c++教室管理\教室管理.sln

????..A..H.??????7680??2015-08-24?16:36??c++教室管理\教室管理.suo

?????目錄??????????0??2015-08-24?16:36??c++教室管理

-----------?---------??----------?-----??----

??????????????1399013????????????????????11


評(píng)論

共有 條評(píng)論