
C++ A collection of function headers, class interfaces, constants and definitions that is read by a compiler and changes the interpretation of the rest of the program by (for example) defining operation for handling strings.. Contrast with object file.
Found on
http://www.csci.csusb.edu/dick/cs202/glossary.html

file holding declarations used in more than one translation unit. Thus, a header file acts as an interface between separately compiled parts of a program. A header file often contains inline function definitions, const definitions, enumerations, and template definitions, but it cannot be #included from for than one source file if it contain non-inl...
Found on
http://www.stroustrup.com/glossary.html

In an openframeworks class or arduino library, the .h or header file is where the declarations of a
Found on
https://www.encyclo.co.uk/local/22372
No exact match found.