Stack overflow - how to increase memory allocation to programme
Posted
by Vaibhav
on Stack Overflow
See other posts from Stack Overflow
or by Vaibhav
Published on 2010-06-12T06:53:44Z
Indexed on
2010/06/12
7:02 UTC
Read the original article
Hit count: 237
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
© Stack Overflow or respective owner