Polymorphism methodsThanks a lot for the info :D Hmm so long as the array type is Shape, will all methods called be fro...
Polymorphism methodsWouldn'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