Stack overflow - how to increase memory allocation to programme
- by Vaibhav
When i try to initialize a 3D array of size 300*300*4 in c programme , my programme stops runnig and reports stack overflow error. my pc has 3GB RAM and disk i am working on also has aboy 3GB free memory which should be sufficeint. Is there any way to increase memory allocated to a programme. I am using Dev c++ on windows vista