I hope some one can help me, i\'m trying to create an int[400000000] (400 millions) array on my application using visual c++ 2010 but it generates an overflow error The same cod
I think what you need is a Divide-and-Conquer algorithm. Not memory space.