Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: User modifiable plots, wanted Pin
stromboli18-May-05 9:25
stromboli18-May-05 9:25 
GeneralRe: User modifiable plots, wanted Pin
Bob Flynn20-May-05 3:22
Bob Flynn20-May-05 3:22 
GeneralHelp with Inheritance Pin
bhangie17-May-05 21:51
bhangie17-May-05 21:51 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar17-May-05 23:06
S. Senthil Kumar17-May-05 23:06 
GeneralRe: Help with Inheritance Pin
ThatsAlok17-May-05 23:47
ThatsAlok17-May-05 23:47 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 2:22
David Crow18-May-05 2:22 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 5:38
S. Senthil Kumar18-May-05 5:38 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 6:01
David Crow18-May-05 6:01 
Consider the following hierarchy:

       -----------Vehicle -----------
      /              |               \
    Car            Boat            Aircraft
   /   \          /    \          /        \
Truck  Van  Sailboat  Yacht  Helicopter   Blimp
Note that Yacht is derived from Boat, which is derived from Vehicle, but there are no instances of any of the classes until one is defined. You define an instance like:

Helicopter whirlybird;
Here whirlybird is an instance of the Helicopter class.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 6:08
S. Senthil Kumar18-May-05 6:08 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 8:04
David Crow18-May-05 8:04 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 20:25
S. Senthil Kumar18-May-05 20:25 
GeneralRe: Help with Inheritance Pin
ThatsAlok17-May-05 23:13
ThatsAlok17-May-05 23:13 
GeneralThanks Pin
bhangie18-May-05 0:08
bhangie18-May-05 0:08 
Generalbulid error Pin
Usman Arif17-May-05 21:30
Usman Arif17-May-05 21:30 
GeneralSerial Port Monitor Pin
sallypeh17-May-05 20:45
sallypeh17-May-05 20:45 
GeneralRe: Serial Port Monitor Pin
Joel Holdsworth17-May-05 22:58
Joel Holdsworth17-May-05 22:58 
GeneralRe: Serial Port Monitor Pin
sallypeh17-May-05 23:12
sallypeh17-May-05 23:12 
GeneralRe: Serial Port Monitor Pin
Adi Narayana Vemuru17-May-05 23:50
Adi Narayana Vemuru17-May-05 23:50 
GeneralC++ problem.. Pin
Anonymous17-May-05 20:24
Anonymous17-May-05 20:24 
GeneralRe: C++ problem.. Pin
Jack Puppy17-May-05 20:45
Jack Puppy17-May-05 20:45 
GeneralRe: C++ problem.. Pin
toxcct18-May-05 0:16
toxcct18-May-05 0:16 
GeneralRe: C++ problem.. Pin
Bob Flynn18-May-05 1:56
Bob Flynn18-May-05 1:56 
GeneralSoftware Pin
Anonymous17-May-05 19:22
Anonymous17-May-05 19:22 
GeneralRe: Software Pin
Christian Graus17-May-05 19:26
protectorChristian Graus17-May-05 19:26 
GeneralRe: Software Pin
Bob Stanneveld18-May-05 2:36
Bob Stanneveld18-May-05 2:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.