Re: Derived Class from a base class...
From: jeffc (nobody_at_nowhere.com)
Date: 01/27/04
- Next message: Arthur J. O'Dwyer: "Re: [C, C++] "(a=b) = c;" Illegal or Undefined?"
- Previous message: Leor Zolman: "Re: simple question on linked list insert"
- In reply to: cald: "Derived Class from a base class..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Jan 2004 15:13:39 -0500
"cald" <caldwel@linux.com> wrote in message
news:101asjrcsmtj9ca@corp.supernews.com...
>
> I read the c++ book, but I am not sure how it is related to real life
> example. Could someone be so kind to give me an example or code? It
would
> be nice to have a compilable code so I can test it off from vc++
>
> Derived class from a base class.
Real life code has many examples that are similar to what's in your book.
VC++ can compile any simple inheritance that is in your book, unless it
contains some includes that are not supported by your compiler version.
- Next message: Arthur J. O'Dwyer: "Re: [C, C++] "(a=b) = c;" Illegal or Undefined?"
- Previous message: Leor Zolman: "Re: simple question on linked list insert"
- In reply to: cald: "Derived Class from a base class..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|