home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13418 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.9 KB

  1. Path: sparky!uunet!gatech!concert!seq!dodd!dodd
  2. From: dodd@dodd.UUCP (Mike Dodd)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Numerical Recipes in C++?
  5. Message-ID: <-SgEr*Y51@dodd.UUCP>
  6. Date: Tue, 08 Sep 1992 19:00:47 GMT
  7. References: <SINAI.92Aug11105913@biltong.sono.uucp> <xeno.713564280@pv6f05.vincent.iastate.edu>
  8.  <l9ba7lINN3re@almaak.usc.edu> <1992Sep1.124716.29134@eua.ericsson.se> <MATT.92Sep8111708@physics2.berkeley.edu>
  9. Organization: Not
  10. X-Newsreader: Arn V1.00 beta rel2
  11. Lines: 51
  12.  
  13. In article <MATT.92Sep8111708@physics2.berkeley.edu>, Matt Austern writes:
  14.  
  15. > In article <1992Sep1.124716.29134@eua.ericsson.se> euamts@eua.ericsson.se (Mats Henricson) writes:
  16. > > >NR in C++ is due within a few months.
  17. > > 
  18. > > This pisses me off considerbly!! I had my local computer bookstore
  19. > > call Cambridge University Press to ask them if they had a C++ version
  20. > > coming up, and they replied NO. So, I bought the C-version. Now I have
  21. > > to put up even more cash when the new version comes, and I tell you,
  22. > > the book isn't cheap...
  23. > The real question: will _Numerical Recipes in C++_ really be in C++,
  24. > or just in C with a few extras?  That is: will it really be a book
  25. > about object-oriented numerical programming?
  26. My understanding is that it will not be released.  This according to a 
  27. previous poster.  
  28.  
  29. IMHO it would not be worth it.  The book as it is now is fine for 
  30. plug-in programming, exactly as the title expresses numerical RECIPES in
  31. C.  Do not use the coding examples as C examples of how to handle the
  32. task best in that language, but as your assurance that the code REALLY
  33. works.  A line by line analysis can be a 'mind-wrenching' experience.  It
  34. is basically a machine-like translation from the FORTRAN text.
  35.  
  36. Numerical Recipes in C is worth every penny.  READ IT.  Don't try to 
  37. understand every line of code, get the NUMERICAL RECEIPES Example Book
  38. ISBN 0-521-35746-2 as well and try out the examples, this is where you
  39. can play with the code a bit. (no pun)
  40.  
  41. IMHO the biggest benefit from C++ is that C is still alive and all those
  42. books, and examples are too.  It is not like switching to ADA for instance
  43. where you are for the most part starting from scratch.
  44.  
  45. Again, this is just IN MY HUMBLE OPINION.  I realize the benefits gained from 
  46. a complete rewrite, it is just that I don't believe it will happen, and if
  47. it did it would most likely NOT take advantage of all of the best aspects
  48. of C++  anyway.  I am just trying to stop someone from causing themselves 
  49. great damage to their posterior region :-) when in fact they made a proper 
  50. decision to purchase a fine book.
  51.  
  52.                 -Mike
  53.  
  54. +-----------------------------------------------------------------------+
  55. |   Michael E. Dodd        Internet:  dodd!dodd@seq.uncwil.edu     |
  56. |   219 Pershing Court        Voice:     919/799-9453                 |
  57. |   Wilmington, N.C. 28412    (Answering Machine on between 4-10PM)   |
  58. +-----------------------------------------------------------------------+
  59.  
  60.  
  61.