[Previous] [Contents] [Index] [Next]

CC, cc

C++, C compilers

Syntax:

cc [options] [operands]

CC [options] [operands]

Options:

For a complete list, see qcc.

Description:

The cc utility is used to compile code; CC is for compiling C++ code. Under QNX Neutrino, they're both links to qcc.


Note: Under QNX 4, CC and cc are links to an older compiler that you can't use to compile code for QNX Neutrino.

Author:

GNU

See also:

qcc


[Previous] [Contents] [Index] [Next]