Hello,
I was just wondering, If you were to "dim" a static variable in
a function and have that function return a pointer to the variable,
is it safe to use that pointer throughout your program or will the
"dimmed" variable move around in memory and thus invalidate the
pointer?
------------------
Cheers
I was just wondering, If you were to "dim" a static variable in
a function and have that function return a pointer to the variable,
is it safe to use that pointer throughout your program or will the
"dimmed" variable move around in memory and thus invalidate the
pointer?
------------------
Cheers
Comment