cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Changing veriable names while it excutes
Changing veriable names while it excutes?
Feb 7, 2012 at 7:01pm UTC
zone19871
(40)
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 UTC
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 UTC
WhiteWind
(103)
Why would you even want/need to? What was the problem?
Topic archived. No new replies allowed.