User profile: dunquito
User info |
User name: | dunquito |
History |
Joined: | |
Number of posts: | 7 |
Latest posts: |
Question on basic inheritance, polymorphism, file input The code threw in was correct. I at least have a test case working now, thank you.
Question on basic inheritance, polymorphism, file input [code]
Truck::Truck(ifstream &infile) : Vehicle(infile)
{
Vehicle(infile);
infile >> axles;...
Question on basic inheritance, polymorphism, file input Ok, so I've played around with this and I'm still stuck. How do you go about calling the base class'...
Question on basic inheritance, polymorphism, file input IT IS!!!
Question on basic inheritance, polymorphism, file input Greetings. This question is in regards to an assignment I'm working on; that being said, I am not lo...
|
This user does not accept Private Messages