コード例 #1
0
int main()
{
	Collection c;
	cout << "Collection:" << c.GetValue(0);
	_getch();
	return 0;
}