Back to Browse

Header Files in C++

145.8K views
Jan 17, 2012
11:50

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.

Download

0 formats

No download links available.

Header Files in C++ | NatokHD