Hey there,
I'm just wondering something. If I created a generic header file that contained all of my inclusions that I needed and then just included that one file in all subsequent files, would it be safe?
I know it would TECHNICALLY work, but my concern is that it would bloat the program, create errors from some inclusion exception or if it is just frowned upon in the industry for some reason.
Any advice on whether or not to do this is much appreciated.
I'm just wondering something. If I created a generic header file that contained all of my inclusions that I needed and then just included that one file in all subsequent files, would it be safe?
I know it would TECHNICALLY work, but my concern is that it would bloat the program, create errors from some inclusion exception or if it is just frowned upon in the industry for some reason.
Any advice on whether or not to do this is much appreciated.
Comment