What memory model does Dev-Cpp follow...?
And how can I change it to have a segment more than 64 KB of memory....?
I need it as my program stops executing in between and throws an exception -
"Process returned -1073741819c(0xC00000005)"
Same thing happens in Code Blocks....
So i need to know if there is a way to increase the size of the segment...?
thanx....