Numerical Recipes in C for Macintosh

J. Eaton chpf127 at ut-emx.UUCP
Fri Sep 2 09:24:51 AEST 1988


>  Rob Tow writes:
>
>   Does anyone have any idea when a Macintosh version of Numerical Recipes
>   in C will be available?

>  Doug Gwyn writes:
>
>   It's already out -- it's called "Numerical Recipes in C".
 
>  Rahul Dhesi writes:
>
>   Actually, for each book on, about, or in, the C programing language,
>   you need a separate Macintosh version, or at least an appendix.  The
>   reason is that on the Macintosh there is no provision for supplying
>   argc and argv to a program.

  Finally, I write:

  Last I checked, Numerical Recipes was simply a collection of
  {subroutines|procedures|functions} --- no main programs to be found.
  It's up to you to provide the drivers to mix and match the procedures
  to suit yourself.  If you happen to be working in an environment that's
  so lame (1/2 :-) it won't let you get argv and argc, then you can:

    (a)  move to a new, possibly less restrictive environment
    (b)  adapt your main program to get options etc. in another way
    (c)  die


  J. Eaton                                    Not really doing anything
  UT Department of Chemical Engineering                 with chemicals.



More information about the Comp.lang.c mailing list