User: Dwigt

  • Public profile

User profile: Dwigt

User info
User name:Dwigt
History
Joined:
Number of posts:7
Latest posts:

(public) Inheritance in real-world code
I'm trying to learn C++ and I've been reading through the C++ FAQ Lite about public inheritance, but...

Please help me understand why I'm doing this inheritance problem wrong.
One more question: [CODE] int x = rand(); Vehicle* AnyVehicle = (x % 2 == 0) ? new Car() :...

Please help me understand why I'm doing this inheritance problem wrong.
OK looks like I'm in the clear, but I do have a couple more questions. Here is my code: [CODE] #...

Please help me understand why I'm doing this inheritance problem wrong.
Thanks for your help, but unfortunately it did not work. It still is looking for functions TurnLeft(...

Please help me understand why I'm doing this inheritance problem wrong.
Hello! Please help me understand the concept of inheritance. Actually, I'm not even sure inheritance...

This user does not accept Private Messages