.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.