Concepts: Header files (*.h) provide an interface separate from the implementation (*.cpp) file. The header file can be included in various files to provide use of functionality defined in a cpp file.
No download links available.