help
C++ programmers hand example?
class Hand
{
Hand() {};
~Hand() { cerr %26lt;%26lt; "Ouch!" };
int numFingers() { return simpsons() ? 4 : 5; }
Sound* clap() { return SoundDB()-%26gt;oneHandClapping(); }
};
That's the best I can do with the info provided....
Reply:John's answer was brilliant.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment