home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / ibm / pc / misc / 12540 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.8 KB

  1. Path: sparky!uunet!newsstand.cit.cornell.edu!vax5.cit.cornell.edu!n65j
  2. From: n65j@vax5.cit.cornell.edu
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: Borland C++ vs Turbo C++
  5. Message-ID: <1992Sep11.183103.14858@vax5.cit.cornell.edu>
  6. Date: 11 Sep 92 18:31:03 EDT
  7. References: <1992Sep8.170415.24800@bluemtn.COM> <1992Sep10.150327.12901@cbfsb.cb.att.com>
  8. Distribution: comp
  9. Organization: Cornell University
  10. Lines: 31
  11.  
  12. In article <1992Sep10.150327.12901@cbfsb.cb.att.com>,
  13. mbb@cbnewsb.cb.att.com (martin.brilliant) writes: 
  14. > From article <1992Sep8.170415.24800@bluemtn.COM>, by gregp@bluemtn.COM (Greg Philmon):
  15. >> ....
  16. >> BC includes more powerful, standalone tools for developing, such as the 
  17. >> excellent Turbo Debugger, profiler, etc.  BC is an optimizing (sp?) compiler,
  18. >> TC is not.
  19. > I'm confused.  Maybe that only applies to the current release.  I bought
  20. > a used copy of Turbo C++ 1.0 which includes debugger, profiles, and
  21. > assembler, and I think it has optimization in the compiler.  I know
  22. > it's "Turbo," not "Borland," because I have to change "bcc" to "tcc"
  23. > in makefiles.
  24. >                             Marty
  25. > marty@hoqaa.att.com        hoqaa!marty
  26. > Martin B. Brilliant        (Winnertech Corporation)    
  27.  
  28. The "Turbo C++ Professional Package" that you bought used was a predecessor
  29. of the Borland C++ package.
  30.  
  31. Borland the Company is now maintaining the "Turbo" line in parallel with
  32. the "Borland" line, with the "Turbo" packages targeted at
  33. learners and the "Borland" packages targeted at pros who need things like
  34. assemblers, both DOS and Windows support with one compiler, and optimization.
  35.  
  36. But the old Turbo C++ 1.0 Pro package was their best collection in its day.
  37. It included small-scale optimization such as automatic register variable usage,
  38. but nothing like the larger scale stuff in the newer compilers.
  39.  
  40. -- regards, S Pacenka, Cornell U.
  41.