コード例 #1
0
ファイル: assign3.cpp プロジェクト: duhone/college
void print(const Counter& ctr)
{
	cout << ctr.getCounterValue() << endl;
}