Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!ai-lab!mole.gnu.ai.mit.edu!cwhitley From: cwhitley@mole.gnu.ai.mit.edu (Cecil H. Whitley) Newsgroups: comp.lang.c++ Subject: Re: reference counting vs. scanning GC Message-ID: <15259@life.ai.mit.edu> Date: 24 Apr 91 22:30:55 GMT References: <1991Apr24.192424.23745@kestrel.edu> Sender: news@ai.mit.edu Organization: The Internet Lines: 19 To: popkin@cs.odu.edu Subject: Re: Turbo Questions (Turbo Vision, Objects, Etc) Newsgroups: comp.lang.pascal,comp.lang.c,comp.lang.c++,comp.lang.misc In-Reply-To: <1991Apr24.165725.29020@cs.odu.edu> Organization: The Internet Cc: Bcc: Hi, tc++ (now named borland c++) doesn't have turbo-vision yet. It does however have an external program that does some of what tv does. It also doesn't have unit files it has somethingg better! It uses .obj files which are pre-compiled sources from which you can use either some or all functions/sub-routines. It also has vroom (virtual run-time object oriented memory management) borland's overlay manager. You will find it to be more flexible than turbo pascal, esp for large programs with a lot of data. Cecil