Acessing an item of a vectorCould there be a function which looks for the person in the vector and then returns a reference to i...
Acessing an item of a vectorLet's say I have a class like this: [code] class person { string address; int age; }; [...
Objects in objectsIf I used vectors instead of maps I would need to know the index of the room and wall I’d like to ...
Objects in objectsWhat is the correct way of making objects that contain objects. I'll give an example. A house has r...
This user does not accept Private Messages