How to stop your program from eating so much ram?
(a) Find a way to work with the data one at a time
(b) Declare it in program memory, instead of on the stack
(c) Use the hard drive, instead of RAM
(d) All of the mentioned
I had been asked this question in my homework.
The question is from Large Objects topic in section Source Files, Classes and Operator Overloading in C++ of C++