DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
C and C++ compilation system

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

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004