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 Answer