header file does not have difference with cc or cpp file
It is just convention
Class Header file
headerbodySeparating 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

Seonglae Cho