Compiling and linking
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.
Next topic:
Components of the C compilation system
Previous topic:
C and C++ compilation system
© 2002 Caldera International, Inc. All rights reserved.
UnixWare 7 Release 7.1.3 - 17 October 2002