Created
December 20, 2010 06:47
-
-
Save frsyuki/748104 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
class Test0 { | |
public: | |
int even; | |
}; | |
class Test1 { | |
public: | |
int member0; | |
}; | |
class Test2 { | |
public: | |
int even; | |
int member0; | |
int member1; | |
}; | |
class Test3 { | |
public: | |
int member0; | |
int member1; | |
int member2; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment