Changing veriable names while it excutes?
Feb 7, 2012 at 7:01pm
can i change a name of a veriable like int one; to int two while the code is running
Feb 7, 2012 at 7:04pm
It cannot be done. Some compilers strip symbols to save overall space as an optimisation.
Wazzak
Feb 8, 2012 at 3:39am
Why would you even want/need to? What was the problem?
Topic archived. No new replies allowed.