.H Bestandsextensie

C/C++/Objective-C Header File

Ontwikkelaar N.v.t.
Populariteit
3.8  |  162 Stemmen
 
🔍Open .H-bestanden rechtstreeks in uw webbrowser met File Helper.Online bekijken

Wat is een H-bestand?

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.

Meer informatie

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.

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

Een H-bestand openen

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.

Programma's die H-bestanden openen of ernaar verwijzen

Geverifieerd door FileInfo.com

Het FileInfo.com-team heeft onafhankelijk onderzoek gedaan naar het C/C++/Objective-C Header-bestandsformaat en de Mac, Windows, Linux, and Android-apps die op deze pagina worden vermeld. Ons doel is 100% nauwkeurigheid en we publiceren alleen informatie over bestandstypen die we hebben geverifieerd.

Als u aanvullingen of updates voor deze pagina wilt voorstellen, kunt u het ons laten weten.