.H File
.h is C/C++/Objective-C Header File
Features | Description |
---|---|
File Extension | .h |
Format | Text |
Category | Developer |
.h is C/C++/Objective-C Header File
Features | Description |
---|---|
File Extension | .h |
Format | Text |
Category | Developer |
What's on this Page
The h file extension is related to C/C++ header files.
The h files are used for header files, referenced by a C++ (eg. CPP file) or Java source code document.
It contains various variables, constants and functions that are used by other files inside the project. It allows commonly used functions to be written only once and referenced by other source files when needed.
A h file extension is associated with the C/C++ programming language and used for its header files.