0
Is there anyway to store data (such as int, bool, etc.) outside of running a Console Application program?
Using C++ and Code::Blocks preferably. If not, what other program/project type should I use? I’ve recently learned how to store memory in heap using new and delete. However, I’m not sure if I could access the same values running a different program. Thank you.
1 Antwort