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

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

cpp13.2

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

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;}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 白河县| 宝坻区| 精河县| 五台县| 岳阳市| 五原县| 营山县| 长海县| 马龙县| 旅游| 辽阳县| 中阳县| 武平县| 丹东市| 阿拉尔市| 江油市| 抚州市| 左云县| 成都市| 余姚市| 巨鹿县| 南阳市| 静宁县| 武邑县| 靖安县| 江川县| 犍为县| 湘阴县| 太仓市| 杨浦区| 泰来县| 扬中市| 黑龙江省| 阿拉善盟| 太保市| 潜江市| 修文县| 阿巴嘎旗| 五寨县| 新平| 英超|