J
john smith
Hi,
If I have a large constants file and include that in a .cpp file will the
executable become large?
That is if I include a file with a bunch of constants does the executable
include all of the constants or just
the constants that are used in the .cpp file?
I am wanting a way so that only the constants that are used are included in
the executable and not the whole file.
I am trying to reduce the size of my executable.
I had trouble verifying this.
Thanks alot for any advice.
Many thanks,
John
If I have a large constants file and include that in a .cpp file will the
executable become large?
That is if I include a file with a bunch of constants does the executable
include all of the constants or just
the constants that are used in the .cpp file?
I am wanting a way so that only the constants that are used are included in
the executable and not the whole file.
I am trying to reduce the size of my executable.
I had trouble verifying this.
Thanks alot for any advice.
Many thanks,
John