cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is a header file?
What is a header file?
Jul 7, 2011 at 5:40pm UTC
TexanMonkey
(55)
What is a header file and how do I write one?
Jul 7, 2011 at 7:20pm UTC
hamsterman
(4538)
Header file is a text file. The text is C++ code, of course. Technically you could put anything in it, but it is best to only put declarations of classes and functions in it. See
http://www.cplusplus.com/articles/Gw6AC542/
Topic archived. No new replies allowed.