LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   C++ compiler? (https://www.linuxquestions.org/questions/linux-software-2/c-compiler-110155/)

Ogledbyoldmen 10-29-2003 08:48 PM

C++ compiler?
 
is there any C++ compilers i can use in redhat? just a hobby.

crabboy 10-29-2003 09:03 PM

Yes the GNU C++ compiler comes with it, if you installed the package. try g++ at the command line.

Ogledbyoldmen 10-29-2003 09:14 PM

bash: g++: command not found

umm obviously not...

ranger12002 10-29-2003 09:43 PM

g++ file.cpp -o file

if you cant do that then you need to install the c++ part of gcc...should be on your cds


All times are GMT -5. The time now is 02:36 PM.