Created
May 15, 2013 20:38
-
-
Save PoisonousJohn/5587175 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ther is a class | |
class Boo : public SuperBoo { | |
Foo* fFoo1; | |
Foo* fFoo2; | |
// ... | |
} | |
where foo is a monomorphic class, and Boo owns pointers fFoo1 and fFoo2 | |
task: overload operator= for Boo | |
that's all >_< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment