Format
C/C++ Header File
Summary
- Name
- C/C++ Header File
- Identifiers
- PUID: fmt/1735
- Description
- C/C++ Header File can come with extension .hpp, .hxx or .h and are text header files written in the C or C++ programming language. File extension .h are preffered to be used in C programming language but are also compatable with C++. The .hpp extension is preffered to be used in C++ header file (the "pp" in extension presumably stands for "plus, plus"). These files are mainly categorized as developer files using the correct file extension, they can be inserted to a .cpp source code file, provided the “#include directive” is used. Due to type of this file format a magic bytes sequence could not be established and this format is only recognised by its exension, please contact the PRONOM team if you can provide any more information.
- Note
- https://cplusplus.com/articles/Gw6AC542/ https://docs.microsoft.com/en-us/cpp/cpp/header-files-cpp?view=msvc-170 https://www.reviversoft.com/en/file-extensions/hpp https://www.cplusplus.com/
- File extensions
-
h,hpp,hxx - Source
- UMC Utrecht / University Medical Center Utrecht
Changelog
-
Added in V108
- Release date
- 5 September 2022
C/C++ Header File: Extension-only entry added. Submitted by University Medical Center Utrecht.