Mail Archives: djgpp/1996/10/17/17:39:31
> huge pointer facility means you can ignore the 64K segment limit (640K of
> (effectively) flat-mode memory -- pretty handy).
Are you serious? I don't think huge pointers can make life much easier
in BC, since NO LIBRARY FUNCTIONS can take such pointers, array indecis
are still int, and you have always use that word 'huge'.
I once tried to port a my unix program to dos using BC and huge
pointers - it was a nightmare. When I used djgpp, I ported that
program in two days without much trouble.
So, my advice. If you don't want to bump into stupid limitations,
use djgpp.
- Raw text -