G
Guest
When I create an char array with more than approx 1,000,000 elements, I seem to run up against a stack overflow problem. I'm assuming that WinXP is only assigning a small amount of memory for this process. How do I get around this issue and increase the array size to one I'll need (approx 10,000,000 elements)?