[try Beta version]
Not logged in

 
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
closed account (zb0S216C)
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.