mastermagrath
Technical User
Sorry folks for asking more newbie questions but i'm playing around with my compiler to understand it better and a few things don't figure.
Under windows the size of my executable will go up and down as i add or remove functions from my project.
However if i start defining e.g. some extra floats etc in my main function and recompile, the executable remains the same size?? Can anyone explain this as i thought the compiler would set aside memopry for each variable you define(incidentally i'm looking at the size in bytes not kbytes)
Thanks in advance
Under windows the size of my executable will go up and down as i add or remove functions from my project.
However if i start defining e.g. some extra floats etc in my main function and recompile, the executable remains the same size?? Can anyone explain this as i thought the compiler would set aside memopry for each variable you define(incidentally i'm looking at the size in bytes not kbytes)
Thanks in advance