H: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(probably not much needed here so removing stub)
Line 1: Line 1:
{{stub}}
A '''{{code|.h}}''' file is a plain text file containing "headers" used by {{w|C (programming language)|C}} or {{wikipedia|cplusplus|C++}} source code. To reduce confusion, some C++ developers will use the file extension '''{{code|.hpp}}''' instead.  
A '''{{code|.h}}''' file is a plain text file containing "headers" used by {{w|C (programming language)|C}} or {{wikipedia|cplusplus|C++}} source code. To reduce confusion, some C++ developers will use the file extension '''{{code|.hpp}}''' instead.  
== See also ==
* [[w:Include_directive#Header_file]]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Plain text formats]]
[[Category:Plain text formats]]

Revision as of 05:45, 9 May 2025

A .h file is a plain text file containing "headers" used by Wikipedia icon C or Wikipedia icon C++ source code. To reduce confusion, some C++ developers will use the file extension .hpp instead.

See also