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

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

cpp13.2

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

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


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 独山县| 莱芜市| 海阳市| 秦皇岛市| 黄浦区| 介休市| 安平县| 大港区| 阿克陶县| 万年县| 仁怀市| 嘉黎县| 怀柔区| 堆龙德庆县| 那曲县| 拜城县| 德保县| 桦南县| 临夏市| 霞浦县| 闸北区| 襄樊市| 清原| 汉川市| 合江县| 景谷| 漠河县| 霍州市| 淮安市| 福鼎市| 余干县| 宁城县| 九寨沟县| 南开区| 洛南县| 富顺县| 体育| 呼伦贝尔市| 满洲里市| 巴东县| 曲阜市|