turbo c 2.0 graphics?

Brian Martin martin at ektools.UUCP
Tue Jan 17 22:25:53 AEST 1989


In article <31363 at tut.cis.ohio-state.edu> calhoun at cis.ohio-state.edu (robert r. calhoun) writes:
>
>     Can tc 2.0 handle VGA graphics?  If so or not what is the highest r
>     resolution I may use?

Turbo C 2.0 does support VGA in 3 resolutions as follows:
 
VGALO   640x200
VGAMED  640x350
VGAHI   640x480
 
The package has a very wide range of graphics systems that it will
support.
 
To invoke a particular graphics type requires only 2 assignment
statements and on call to a predefined function.
 
Hope this is what you were looking for..
 
----------
Brian A. Martin
"How did that bug get there!"



More information about the Comp.lang.c mailing list