.H 文件扩展名

C/C++/Objective-C Header File

开发者 不适用
受欢迎程度
3.8  |  162 
 
🔍使用File Helper直接在您的网络浏览器中打开 .H 文件在线查看

什么是 H 文件?

An H file is a header file referenced by a document written in C, C++, or Objective-C source code. It may contain variables, constants, and functions that are used by other files within a programming project. H files allow commonly used functions to be written only once and referenced by other source files when needed.

更多信息

H header files are typically used to store C function declarations, as well as macro definitions, which can be used by multiple source files. Header files can be inserted into a .C source code file using the #include directive.

注: H files may also store headers for C++ source code, but those headers are typically saved as .HPP files.

如何打开 H 文件

Since header files are plain text files, you can open and view the file contents in a text editor. However, it's easier to edit *.h files and other source code files using a code editor like Microsoft Visual Studio or Apple Xcode. These editors provide helpful programming tools like line numbers, syntax highlighting, and source code error checking.

可打开或引用 H 文件的程序

分类: 开发者
更新时间: 2020-06-17

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 C/C++/Objective-C Header 文件格式和 Mac, Windows, Linux, and Android 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们