I'm doing my project in Turbo C++ and it usually runs out of memory.
I'm developing an Image Processing System.
Problem encountered when I try to copy the pixel information of 24 bit BMP file into
a dynamically allocated 2D array.
There are no coding bugs since it's working fine on smaller size images(I found that it's working
for images upto 240*240 size).
I want to load images upto 900*900.
How can I do this.
I tried to switch to different memory models in TC but size of Near Heap and Far heap
are almost same in all cases( in point of view of Application requirements).
Please suggest me how can I get rid of this problem.
Thanking