tour and guided tour. Guided tour extends the tour class. I\'m overloading << and >> operators in the tour class.
My tour class looks like
#inc
If i understood right, you have pointers in your vector. So you should use key word virtual. And read about virtual methods in C++.