(C++) Unit
January 25, 2018 ยท View on GitHub
A unit consists out of two files:
- a header (.h) file with the unit's class declaration
- an implementation (.cpp) file with the unit's class declaration
January 25, 2018 ยท View on GitHub
A unit consists out of two files: