CC, cc

C++, C compilers

Syntax:

cc [options] [operands]

CC [options] [operands]

Runs on:

QNX Neutrino, Linux, Microsoft Windows

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.

Contributing author:

GNU

See also:

qcc