Hi Jake,

Try g++ (man g++ for more info)

>From the man page...

DESCRIPTION
       The C and C++ compilers are integrated; g++ is a script to call gcc
       with options to recognize C++. gcc pro­ cesses input files through
       one or more of four stages: preprocessing, compilation, assembly, and
       linking. This man page contains full descriptions for only C++
       specific aspects of the compiler, though it also contains sum­ maries
       of some general-purpose options. For a fuller explanation of the
       compiler, see gcc(1).

       C++ source files use one of the suffixes `.C', `.cc', `.cxx', `.cpp',
       or `.c++'; preprocessed C++ files use the suffix `.ii'.


Have fun,
-- 
_________________________________________________________________
 Brian Ashe                     CTO
 [EMAIL PROTECTED]              Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-----------------------------------------------------------------
You don't have to swim faster than the shark...
You just have to swim faster than the people you're with.

Thursday, January 25, 2001, 2:15:50 PM, you wrote:


JM> Is there a c++ compiler in 6.2, and if there is, how do I get it to run? I have
JM> RH7 at home, but I haven't tried to upgrade yet. Is there one in 7? Also, what
JM> does the file extension have to be so the compiler knows it's c++. I know with
JM> C, it is just file.c, is c++ file.cpp? That is what I have been trying with.
JM> Here is what I have tried so far...




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to