[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
header file
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
header file
(general) Header file
A file called in your main program. Header files often consist often of functions or classes (or their prototypes).Example in C++
- include <iostream> //STL header
- include "myOwnCoolHeaderFile.h" //Non STL header
Language specific links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
