Turbo C graphics help
David A Sinclair
sinclair at chaos.cs.brandeis.edu
Fri Mar 30 02:39:23 AEST 1990
In article <1990Mar29.023050.2930 at usenet.ins.cwru.edu> glosser at scl.cwru.edu (Greg Glosser) writes:
>
> Does anybody know how to save a graphics screen so that the program can
>go to text mode and then come back to the same gaphics screen and add to it??
>Thanks.
Greg,
One fairly easy way might be to save the screen into a memory
buffer with an attendant pointer to the memory region; then, when you
are done with your text mode tasks, switch back to graphics mode and
getimage() the thing back from the buffer. That should work just fine.
=:^}
David
--
-----------------------------------------------------------------
David A. Sinclair - "Chester" +--\___/--+
<sinclair at chaos.cs.brandeis.edu> | o o |
More information about the Comp.lang.c
mailing list