H: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{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. Category:Glossary")
 
No edit summary
Line 3: Line 3:


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

Revision as of 12:20, 23 March 2025

Stub

This article or section is a stub. You can help by expanding it.

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.