Separating class code into a header and cpp file
Asked I am confused on how to separate implementation and declarations code of a simple class into a new header and cpp file. For example, how would I separate the code for the following class?
https://stackoverflow.com/questions/9579930/separating-class-code-into-a-header-and-cpp-file