View Single Post
Old 05-05-2004, 04:00 PM   #13 (permalink)
pe666o
Registered User
 
pe666o's Avatar
 
Join Date: Apr 2004
Posts: 7
pe666o is on a distinguished road
Send a message via ICQ to pe666o
I think the direct answear to your question is to use a reference to your base class:
Try smth like:
Base::SomeBaseFunction(..);
or I forgot( damn havent used C++ lately)
there might be pointer:
base->baseFunction();
anyway if you know the name of the base class, you can always make a pointer to it and call functions, however look out for virtual functions!!

Looks like you are in C++ class )
and looks like this staff is new for you!
just go and find as much info on C++ as you can, it will save you much time on later assignments!
pe666o is offline   Reply With Quote