Using the C Compiler
Invoking the compiler is system dependent.
- At UMBC, we have two C compilers available, cc and gcc.
- For this class, we will use the cc compiler, because the error messages given by the cc compiler are easier for beginners to understand.