University of Virginia Department of
    Computer Science
CC - C++ Translator
     CC [-E] [-F|-Fc] [-.suffix] [+i] [+L]  [+x  file]  [+e0|+e1] [+d] [+w] [+p] [+a0|+a1] file ...

We have two compilation systems for C++: the current version of the Sun C++ v2.0 compiler (CC), and the Saber C++ (C++ v2.0) development environment.
When you run ``CC'' you get the Sun C++ compiler by default. Your must run ``CC_CenterLine'' to get the CenterLine C++ compiler.


Capabilities

Most used Options

CC interprets the following options:

See also

Books

Notes

You can use shell variables to tell the C++ translator script CC that various passes are located in unusual places or have unusual names. For example, if you have your own version of the C compiler called myC , you can set and export the shell variable with a line like this:
    ccC+/usr/bin/myC;export ccC
Note that you have to export the variable. If you are using the c-shell:
    setenv  ccC  /usr/bin/myC
For more, man CC_sun

What the Gurus have to say...



HelpNet
HelpNet was created by the 1995 incoming graduate class. It is only occasionally updated.
Department of Computer Science
School of Engineering, University of Virginia
151 Engineer's Way, P.O. Box 400740
Charlottesville, Virginia 22904-4740

(434) 982-2200  Fax: (434) 982-2214
Web Comments: webteam@cs.virginia.edu
Admissions Inquiries: inquiry@cs.virginia.edu
Site directory, Other addresses
Server statistics
© Created by the CS Web Team