Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!well!beoneel From: beoneel@well.sf.ca.us (Bruce O'Neel) Newsgroups: comp.os.msdos.programmer Subject: Re: Turbo C++ Keywords: .PRJ MAKE Message-ID: <22274@well.sf.ca.us> Date: 20 Dec 90 20:17:34 GMT References: <25970@uflorida.cis.ufl.EDU> <1990Dec19.052743.26188@engin.umich.edu> <26002@uflorida.cis.ufl.EDU> Distribution: usa Lines: 20 jdb@reef.cis.ufl.edu (Brian K. W. Hook) writes: >In response to everyone, I have ordered the TC++ patch disk from Borland. >Also, as for the fact that I have only 1 include file, this is because >I am writing a future shareware windowing library and I don't want users >having to worry about multiple include files and what not when and if they >purchse the source code. >Next...does or does not TCC run faster vs. the TC IDE when compiling identical >files? I would assume so, but in e-mail some have disagreed. Actually, you've ordered tc++ 1.01 from borland, right :-) ? TCC faster than TC IDE? Well, yes and no. It is basically the same compiler so the speed difference depends on how much memory you have (regular and EMS) how fast the disk is, and how fast the cpu is. I've found that on my system (Nec v30 8mhz, 640k memory, no ems, quick but not too 20meg disk) if I want to compile 1 file it is faster to use tcc. If I want to edit, compile, edit, compile, etc, the IDE is faster in my experience. Your milage may vary. bruce