home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / apps / 19630 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.8 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!prism!gt1086c
  2. From: gt1086c@prism.gatech.EDU (Gregory Glockner)
  3. Newsgroups: comp.sys.mac.apps
  4. Subject: Re: Looking for a C++ Compiler for the MAC
  5. Message-ID: <79709@hydra.gatech.EDU>
  6. Date: 11 Jan 93 04:57:08 GMT
  7. References: <1992Dec22.060830.2807849309@ultramac.uucp> <C0MpC5.IKK@news.cso.uiuc.edu> <1993Jan10.184508.9707@netcom.com>
  8. Organization: Georgia Institute of Technology
  9. Lines: 37
  10.  
  11. I heard these same rumors re: Think C++ from our campus Apple rep.
  12.  
  13. Meanwhile, I sincerely wish that Borland would come up with Borland
  14. C++ for the Mac.  IMHO, my first impressions of Think C are not
  15. favorable.  The Think C documentation is inferior; it took me weeks
  16. to find the page that described how to convert Unix/DOS style command-
  17. line parameters for the mac.  (My programs are sophisticated mathematical
  18. routines with minimal interfaces).  For shame: the main reason many of
  19. us use C instead of other languages is due to its portability.  If
  20. the ANSI standard isn't properly supported, it is a pain in the ***
  21. for me.  (I keep to ANSI C in my programs so that I may port them
  22. to PC's and workstations).
  23.  
  24. Borland's on-line help has descriptions of *all* functions, along
  25. with short example programs.
  26.  
  27. Not to mention, I cannot figure out if Think C has special constants
  28. so that I may write:
  29.  
  30. #if _Think_
  31.  
  32. foo();
  33.  
  34. #endif
  35.  
  36. and have it work correctly on the different machines I use.  Borland
  37. had this.
  38.  
  39. There were many fine reasons that drove me to choose a Mac over a PC
  40. for my main machine.  Think C was not one of them.
  41.  
  42. ----
  43. Gregory Glockner                            glockner @ isye.gatech.edu
  44. Graduate Research Assistant                  gt1086c @ prism.gatech.edu
  45. Computational Optimization Center
  46. School of ISyE, Georgia Inst. of Technology          (404) 634-8855 (h)
  47.  
  48.