Posted By:
Ali_Ahsan
Posted On:
Friday, April 13, 2001 02:10 AM
I want to make a tree component which manages the size of the source internally without causing main memory to overflow.
For example, if the size of that object is 500 MB and I have only 128 MB of RAM, that object should manage its memory itself without obstructing other applications
Thanks in advance