Silvio a Beccara a écrit:
I think you are right, I calculated the size, too and it is actually more than my physical memory. Is the maximum heap space as big as the physical RAM, or it is less?
It depends on your system, linux mingw djgpp or other. I use DJGPP (dos based). There it can be somewhat higher, by using virtual memory obtained by swapping to disk. But this is at the expense of a considerable slow-down of the programs, so usually I make every effort _not_ to use this "facility".
Maurice