Recommend a C compiler? (frivolous comment)

Walter Bright bright at Data-IO.COM
Tue Aug 22 07:34:16 AEST 1989


In article <1SV1br#8yFGct=eric at snark.uu.net> eric at snark.uu.net (Eric S. Raymond) writes:
>Much as I hate to defend IBM, and loath as I am to contradict you, I submit
>that including 'VGA' as a piece of junk is untrue and unfair.

VGA has one inexplicable bug. That's the inability of it to be in text and
graphics mode *simultaneously*. I've used a number of Japanese MSDOS machines,
and all of them had that ability. It requires little overhead in terms
of circuitry. The big advantage of it is you can use a debugger in text
mode and have your app running in graphics mode, on the same screen! You
don't need the dual monitor kludge.

Another benefit is that since the text and graphics modes are independent,
and use separate video ram, TSRs can pop up in text mode without trashing
the graphics mode.



More information about the Comp.lang.c mailing list