is there a way to have all the include header files in one place and i just put that variable name at the top of my main function? i ask cause i have a feeling im going to have alot of include headers on top
for example
Basically, yes. Just do that and then include headers.h, or whatever you name that file. That can slow things down, though: there's a reason the entire c/c++ standard library aren't always available all the time.