国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

cpp13.2

2019-11-09 20:18:14
字體:
來源:轉載
供稿:網友

tabtenn0.h

#PRagma once#include<string>using std::string;class TableTennisPlayer{private:	string firstname;	string lastname;	bool hasTable;public:	TableTennisPlayer(const string & fn = "none",		const string & in = "none", bool ht = false);	void Name() const;	bool HasTable() const { return hasTable; };	void ResetTable(bool v) { hasTable = v; };};

tabtenn0.cpp

#include<iostream>#include"tabtenn0.h"TableTennisPlayer::TableTennisPlayer(const string & fn,	const string & ln, bool ht): firstname(fn),	lastname(ln), hasTable(ht){}void TableTennisPlayer::Name() const{	std::cout << lastname << ", " << firstname;}

usett0.cpp

#include<iostream>#include"tabtenn0.h"int main(){	using std::cout;	TableTennisPlayer player1("chuck", "Blizzard", true);	TableTennisPlayer player2("Tara", "Boomdea", false);	player1.Name();	if (player1.HasTable())		cout << ": has a table./n";	else		cout << ": hasn't a table./n";	player2.Name();	if (player2.HasTable())		cout << ": has a table./n";	else		cout << ": hasn't a table./n";	system("pause");	return 0;}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 越西县| 盖州市| 望谟县| 胶州市| 靖江市| 乌苏市| 长垣县| 大新县| 乐业县| 阿拉尔市| 咸阳市| 株洲县| 丽江市| 普洱| 白朗县| 密云县| 建宁县| 阜平县| 新平| 平原县| 锡林浩特市| 台安县| 昌宁县| 抚宁县| 绍兴县| 兴文县| 德昌县| 长治县| 芜湖市| 滨州市| 兴和县| 密山市| 黑龙江省| 铅山县| 龙泉市| 沙雅县| 岱山县| 贵溪市| 洞口县| 承德市| 淮滨县|