home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!nscf!lakes!richard
- From: richard@lakes.trenton.sc.us (Richard Regan)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++ & TVision
- Message-ID: <Pqq7wB2w165w@lakes.trenton.sc.us>
- Date: Sun, 10 Jan 93 18:50:24 EST
- References: <1ingq7INNijf@cae.cad.gatech.edu>
- Reply-To: richard@lakes.trenton.sc.us (Richard Regan)
- Organization: Lakes Public Access
- Lines: 7
-
- > Secondly, BC++'s TVision screen IO is absolutly slow compared to
- > Pascal's TVision. WHat can I do to speed C++'s tvision up?
- >
- Change the global static variable "checkSnow" to false. It is set to
- true by default. Changing to false should speed it up.
-
- Richard
-