How can I get the pointer that an iterator points to and store it in a pointer variable?I'll keep that in mind when coding the rest of it... Really the only code I need help with is this. ...
How can I get the pointer that an iterator points to and store it in a pointer variable?I'm making a system like twitter for class called ShoutOut.com I want to be able to get the PublicSh...
Is it possible to dynamically cast a stl::list of derived pointers to a list of base pointers?I have these two lists [code] list <PrivateShoutOut*> allPrivateShoutOutsList; list<PublicShout...
Declared a function as a friend of a class but the member is still inaccessibleI have a class called ParkingLot with a function called removeCarsThatWantToLeave and I declared thi...
memError occuring when using push_back method of vectorOk thanks, I didn't think to check the push_back method. I guess I was just imitating the copy const...
This user does not accept Private Messages