home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3102 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  3.2 KB

  1. Xref: sparky alt.msdos.programmer:3102 comp.os.msdos.programmer:11840 comp.sys.ibm.pc.programmer:747 comp.lang.c++:18776 comp.lang.c:19335
  2. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.lang.c++,comp.lang.c
  3. Path: sparky!uunet!cs.utexas.edu!geraldo.cc.utexas.edu!slcs.slb.com!leo.asc.slb.com!sjsca4!poffen
  4. From: poffen@sj.ate.slb.com (Russ Poffenberger)
  5. Subject: Re: Newbie Wants Advice on C-Programming
  6. Message-ID: <1993Jan6.210256.4477@sj.ate.slb.com>
  7. Followup-To: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.lang.c++,comp.lang.c
  8. Sender: news@sj.ate.slb.com
  9. Organization: Schlumberger Technologies, ATE division, San Jose, Ca.
  10. X-Newsreader: TIN [version 1.1 PL7]
  11. References: <1993Jan5.185131.3782@Cadence.COM>
  12. Date: Wed, 6 Jan 93 21:02:56 GMT
  13. Lines: 46
  14.  
  15. Dale DePriest (daled@cadence.com) wrote:
  16. : From what I have been following in this thread you have been given
  17. : good advice for the most part.  I would like to add a few comments
  18. : that may help you get on your way.
  19. : The discussion mentions Borland C++.  You may not know that this is
  20. : also known as Turbo C/C++.  The Turbo version is adequate to learn on
  21. : and is quite a bit cheaper.  The full Borland version provides a full
  22. : environment for professional programmers.  The Turbo C can often be
  23. : had inexpensively in the used market, going rate about $25, by people
  24. : that are moving to C++.  Version 2 is excellent and supports all that
  25. : you need to get going.
  26. : Of course if you want to think about things as objects you'll need to 
  27. : grab Turbo C++.  In this case buy a new one.  You probably don't want
  28. : the down level versions.  The Borland/Turbo products have an integrated
  29. : programming environment that is excellent for beginners.
  30. : With regard to Fortran.  When you code in C you will find that some
  31. : math expressions are not deterministic since the optimizer may rearrange
  32. : things.  You may have to break the statement into pieces to get the 
  33. : answer you want.  Other than that they should both be equally accurate.
  34. : Fortran is probably easier to learn since you don't have to deal with
  35. : pointers and scoping problems which are the most difficult C issues.
  36. : To speed up your learning buy a book that has an available disk of the
  37. : programs in the book and then buy the disk.  It will save you lots of
  38. : time.  Also read the manuals that come with the software that you buy.
  39. : Don't buy used software without full manuals.
  40.  
  41. BC++ and TC++ are not the same product at all. BC++ includes a better compiler
  42. that has better optimization, and can also produce both DOS and Windows
  43. programs. It also includes profiler and other tools not found in the TC++
  44. products.
  45.  
  46. TC++ comes in 2 varieties. TC++ for DOS, and TC++ for Windows. Neither
  47. product can generate programs for the other environment (ie, TC++ for DOS
  48. cannot make Windows programs, and vice-versa). Ther compiler also does not
  49. have the same optimization options as BC++, and does not include the other
  50. tools like the profiler and such.
  51.  
  52. Russ Poffenberger               DOMAIN: poffen@sj.ate.slb.com
  53. Schlumberger Technologies ATE   UUCP:   {uunet,decwrl,amdahl}!sjsca4!poffen
  54. 1601 Technology Drive        CIS:    72401,276
  55. San Jose, Ca. 95110             Voice: (408)437-5254  FAX: (408)437-5246
  56.