|
|
Once you have created the C or C++ source program, your next task is to transform this source into an executable file. The cc command provides the compilation and linking capabilities, among others, for C source programs. The CC command provides the same capabilities for C++ source programs.