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
Header files
Header files
Mar 30, 2012 at 11:42pm UTC
Skyreminisce
(3)
Can I pack other header files into 1 header file? if so, how?
Mar 30, 2012 at 11:45pm UTC
vlad from moscow
(6539)
You can do it the same way as you include headers in program module.
// header_one
#include "header_two"
// continuation of header_one
Last edited on
Mar 30, 2012 at 11:45pm UTC
Topic archived. No new replies allowed.