C++, C compilers
cc [options] [operands] CC [options] [operands]
QNX Neutrino, Linux, Microsoft Windows
For a complete list, see qcc.
The cc utility is used to compile code; CC is for compiling C++ code. Under QNX Neutrino, they're both links to qcc.
Under QNX 4, CC and cc are links to an older compiler that you can't use to compile code for QNX Neutrino. |
GNU