-
-
Save TheOpenDevProject/a5353a07af7ffa3c8613 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
| namespace Example{ | |
| class MyClass{ | |
| public: | |
| void ReadStuff() const; | |
| int CalcStuff() const; | |
| int AddStuff(); | |
| private: | |
| int _number; | |
| }; | |
| } |
durka
commented
Oct 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment