H: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(probably not much needed here so removing stub)
Line 2: Line 2:


== See also ==
== See also ==
* [[w:Include_directive#Header_file]]
* {{w|Include_directive#Header_file}}


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

Revision as of 09:14, 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