.HXX ファイル拡張子
C++ Source Code Header File
| 開発元 | 不明 |
| 人気度 |
3.4 | 52 票 |
HXXファイルとは?
Source code header file written in the C++ programming language; may include data types, constants, variables, and other definitions; used for declaring and storing reusable components of code.
詳細情報
HXX files can be inserted into a C++ program using the #include directive. For example, #include myHeader.hxx instructs the C++ compiler to include "myHeader.hxx" into the current program file.
注: C++ header files are more commonly seen with the .HPP extension.