Re: Question About Number of Planets
Yeah, array indices in C drive me nuts. That's why I love Fortran. Arrays start at 1 by default, like they ought to. But if you want, you can change the index to anything you want -- even have it go backwards. Beats the pants off C and C++. (Fortran95 also has pointers and structures and overloading, if you want them. Plus many commands will work on entire arrays at once. It's a beautiful language.)
__________________
Give me a scenario editor, or give me death! Pretty please???
|