Example #1
0
void main()
{
	CPlace *s = new CPlace(L"Thanh");
	CMap a;
	a.setNew(s->getName());
	float z =  a.finalPath(0, 4);
	cout << z;
}