User: DoodleDoo

  • Public profile

User profile: DoodleDoo

User info
User name:DoodleDoo
Location:Everywhere
History
Joined:
Number of posts:10
Latest posts:

Polymorphism methods
Thanks a lot for the info :D Hmm so long as the array type is Shape, will all methods called be fro...

Polymorphism methods
Wouldn't the draw() method in the derived class take priority over the draw() method in the base cla...

Polymorphism methods
[code] class Shape { public: void draw() const {cout<<"draw shape"<<endl;} }; cl...

Comma delimited fields to a map.
@gunnerfunner Thanks for the reply, from the reference, is the [code]operator bool[/code] under mem...

Comma delimited fields to a map.
@gunnerfunner: What does [code]while (inFile)[/code] mean ? Is it a shortform for [code]infile.good(...

This user does not accept Private Messages