19.A: Compiling C | 18.C: Maple Hints |
Most scientific uses of computers require programming. The two most commonly used languages are Fortran and C, with Java playing an increased role for Web applications. This section discusses how to compile and run C and the next section discusses Fortran. Java is recommended for multimedia aplications rather than serious scientific number crunching so it is discussed in the multimedia section.
First we will describe the standard procedure for compiling and running a
short program, with and without using the math library. Next we have provided
information from
19.A: Compiling C | 18.C: Maple Hints |