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
Apr 27, 2017 at 10:24pm UTC
mrphilipp7
(34)
how many header files is too many?
Is using 4 for a big project too many or not?
Apr 27, 2017 at 10:56pm UTC
nuderobmonkey
(640)
You can use as many header files as you want, the compiled program will not getting bigger or slower. Maybe that the parsing process may be a little bit slower.
Last edited on
Apr 27, 2017 at 10:58pm UTC
Topic archived. No new replies allowed.