How do i create a large array in c++?
Apologies if this has been answered already but after searching didn't find what i was looking for.
i want to create an integer array of size 1500000 i.e int array[1500000] but my compiler wont allow it. I remember seeing something about using "new" but can't remember where i saw it. As you can tell am just beginning and trying to learn online(difficult).
If anyone could point me in the right direction or suggest a link to something it would be much appreciated.