home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / apps / 4770 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.5 KB  |  54 lines

  1. Newsgroups: comp.os.msdos.apps
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mccall
  3. From: mccall@mksol.dseg.ti.com (fred j mccall 575-3539)
  4. Subject: Re: C advice
  5. Message-ID: <1992Sep15.203230.20648@mksol.dseg.ti.com>
  6. Organization: Texas Instruments Inc
  7. References: <25042@oasys.dt.navy.mil>
  8. Date: Tue, 15 Sep 1992 20:32:30 GMT
  9. Lines: 43
  10.  
  11. In <25042@oasys.dt.navy.mil> cmiller@oasys.dt.navy.mil (Catherine Miller) writes:
  12.  
  13. >Howdy all.
  14. >    I have just been informed by a possible employer that learning
  15. >to program in C would be a really good idea.  I've been looking
  16. >around for information and now I'm confused.
  17. >    Why is Microsoft C $400 and BC++ $80?  Obviously there's
  18. >some difference (or maybe not).  I usually run thru Windows
  19. >on my system (Gateway 2000 486).  If I go for Borland, should
  20. >I get the Windows version, even tho I don't plan on doing
  21. >Windows programming?
  22.  
  23. This ought to go into a FAQ somewhere.  First, are you sure it was
  24. BC++ and not TC++ that you saw (or have they changed their marketing
  25. on me again)?  Anyway, the Microsoft compiler you saw comes with the
  26. full Windows development kit, etc.  I suspect the Borland product you
  27. saw is much smaller (no separate debugger, profiler, etc.).  Borland
  28. has a package that is in the same price range, which is Borland C++.
  29. It is both a Windows and DOS compiler, and comes with IDE's for both
  30. Windows and DOS.  It also has a lot of other goodies, like separate
  31. debugger, assembler, and profiler.  For more money you can buy OWL,
  32. which is a library to make writing Windows code easier.
  33.  
  34. Anyway, if you're just interested in learning C, get something cheap. 
  35.  
  36. >    This possible employer has a UNIX system.  How different
  37. >is UNIX C from DOS C from DOS C++?
  38.  
  39. UNIX C can be quite different from DOS C, depending on the UNIX and
  40. what C compiler they're using.  There are also going to be a lot of
  41. 'DOSisms' that are caused by the difference in processor and
  42. environment (from the UNIX box).
  43.  
  44. How different is C from C++?  Most C++ compilers for DOS include an
  45. ANSI C compiler in the package.  Given this question, I would invest
  46. my money in some good books on C, instead (or in addition) of a
  47. compiler. 
  48.  
  49. -- 
  50. "Insisting on perfect safety is for people who don't have the balls to live
  51.  in the real world."   -- Mary Shafer, NASA Ames Dryden
  52. ------------------------------------------------------------------------------
  53. Fred.McCall@dseg.ti.com - I don't speak for others and they don't speak for me.
  54.