English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This is for a class Programming concepts

2007-02-14 05:31:50 · 4 answers · asked by nhbass 1 in Computers & Internet Programming & Design

4 answers

In computer programming, especially in the C programming language or C++, a header file or include file is a file that contains one or more declarations, usually in source code form. The intended purpose of these headers is to provide a single point of declaration for identifiers, and that the header file can be included by any file that references any of the declared identifier.

Like #include

2007-02-14 05:41:50 · answer #1 · answered by Rabbit 5 · 1 0

You may include other header files, function declarations, structure declarations, etc... In general, it is normally used to make declarations that you would like to make available to other source code. You could of course not have the header file all together and place all your declarations in your individual .c files for example, but this would end up being an extremely messy method and not a very portable one at that for others who may be working on the same code base.

2007-02-14 13:48:34 · answer #2 · answered by Entfusion 3 · 1 0

You put something you want to appear on every page, Such as.....

*Images
*A Navigation Bar
*Any kind of other information


Visit http://www.php.net They have more info about header files.

2007-02-14 13:40:28 · answer #3 · answered by stultz_is 2 · 0 1

i believe your meta tags and instructions, but i dont remember.

2007-02-14 13:35:57 · answer #4 · answered by l8ntpianist 3 · 0 1

fedest.com, questions and answers