header files

how many header files is too many?
Is using 4 for a big project too many or not?
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
Topic archived. No new replies allowed.