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

  1. Xref: sparky alt.msdos.programmer:3099 comp.os.msdos.programmer:11821 comp.sys.ibm.pc.programmer:743 comp.lang.c++:18746 comp.lang.c:19298
  2. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.lang.c++,comp.lang.c
  3. Path: sparky!uunet!Cadence.COM!daled
  4. From: daled@cadence.com (Dale DePriest)
  5. Subject: Re: Newbie Wants Advice on C-Programming
  6. Message-ID: <1993Jan5.185131.3782@Cadence.COM>
  7. Sender: usenet@Cadence.COM (Usenet News)
  8. Nntp-Posting-Host: cds9172.cadence.com
  9. Organization: Cadence Design Systems
  10. References: <1992Dec23.220530.15347@netcom.com> <1992Dec24.172333.7339@grebyn.com> <1993Jan2.163324.8932@netcom.com>
  11. Date: Tue, 5 Jan 1993 18:51:31 GMT
  12. Lines: 33
  13.  
  14. From what I have been following in this thread you have been given
  15. good advice for the most part.  I would like to add a few comments
  16. that may help you get on your way.
  17.  
  18. The discussion mentions Borland C++.  You may not know that this is
  19. also known as Turbo C/C++.  The Turbo version is adequate to learn on
  20. and is quite a bit cheaper.  The full Borland version provides a full
  21. environment for professional programmers.  The Turbo C can often be
  22. had inexpensively in the used market, going rate about $25, by people
  23. that are moving to C++.  Version 2 is excellent and supports all that
  24. you need to get going.
  25.  
  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.  
  31. With regard to Fortran.  When you code in C you will find that some
  32. math expressions are not deterministic since the optimizer may rearrange
  33. things.  You may have to break the statement into pieces to get the 
  34. answer you want.  Other than that they should both be equally accurate.
  35. Fortran is probably easier to learn since you don't have to deal with
  36. pointers and scoping problems which are the most difficult C issues.
  37.  
  38. To speed up your learning buy a book that has an available disk of the
  39. programs in the book and then buy the disk.  It will save you lots of
  40. time.  Also read the manuals that come with the software that you buy.
  41. Don't buy used software without full manuals.
  42.  
  43. --
  44.     _      _     Dale DePriest          San Jose, California
  45.    /`) _  //     daled@Cadence.COM        voice: (408) 428-5249
  46.  o/_/ (_(_X_(`     
  47.