If I was to make a new header file(.h) and include every library in it to easily include them in my program, would it make it very large?![]()
This is a discussion on header file question within the C Programming forums, part of the General Programming Boards category; If I was to make a new header file(.h) and include every library in it to easily include them in ...
If I was to make a new header file(.h) and include every library in it to easily include them in my program, would it make it very large?![]()
Last edited by unanimous; 12-15-2001 at 05:32 PM.
Give me a bad reputation!!!
libraries are linked into at compile time... if what you meant was that you'd include all other headers... then yes, you would have a very large exe... but if you only do the ones you want for organization, that's a good practice... and if you did link to all libraries, you'd surely get a large executable... also, when you include particular headers, you are automatically linked to the appropriate libraries...
hasafraggin shizigishin oppashigger...