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
how to modify variable permanently
how to modify variable permanently
Aug 19, 2016 at 9:25am UTC
bizo programmer
(1)
if i wrote a code that declares the variable 'x' as 4 and then made some operations on it and made it equal 12 for example and closed the console and run the program once again x would be equal 4.
how do i make a change permanent on a variable.
Aug 19, 2016 at 9:51am UTC
closed account (
48T7M4Gy
)
Try persistent memory locations, or even go so far as to use hard disk, floppy, DVDs, thumdrive or cloud, among others
Topic archived. No new replies allowed.