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

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

cpp13.2

2019-11-10 18:15:00
字體:
來源:轉載
供稿:網友

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


上一篇:傳紙條

下一篇:格里高歷日歷判斷閏年

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 固安县| 安国市| 道真| 尖扎县| 东平县| 军事| 安塞县| 前郭尔| 德安县| 定边县| 高阳县| 麦盖提县| 政和县| 疏勒县| 梨树县| 安新县| 游戏| 九寨沟县| 德保县| 潍坊市| 湟中县| 霍邱县| 平昌县| 五峰| 河南省| 区。| 安义县| 嘉禾县| 水富县| 军事| 洪江市| 古丈县| 灵宝市| 北安市| 扶余县| 济阳县| 武宣县| 潞西市| 镇安县| 拜城县| 河间市|