| UMBC CMSC201 * | CSEE | 201 | current 201 | resources | help |
cc -o name source.cWhere 'name' is the name of the executable and 'source' is the source file.
cc source.c > logi.e. redirection, will only output the results of the compilation (errors, warnings, etc.) into the file called log.