How to copy dynamic object A* to list<A*>?That was it, thanks a lot!
How to copy dynamic object A* to list<A*>?Hello, recently I tried to build OOP program using C++ (and Qt) but I got an problem right now. Id...
Struct inheritance - (strange?) problem.Sorry, for double post. I just wanted to bump my post back to main page.
what is wrong with my randomizing a number?If generate_random(int) returns an int, then you should have assigneg it to an int variable like: [...
Struct inheritance - (strange?) problem.Hello, when I tried to write two simple structures: BasicNode which store pointer to only one child,...