LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Good C++ compiler (https://www.linuxquestions.org/questions/red-hat-31/good-c-compiler-283327/)

MbowerARA 01-28-2005 10:37 AM

Good C++ compiler
 
I am looking for a good C++ compiler for RedHat 9. Any ideas? I haven't checked the discs' yet to see if there is one included yet. I don't think I have one installed.

acid_kewpie 01-28-2005 10:43 AM

the officialy GNU compiler is gcc. for C++, you can use this, which is wrapped for C++ by "g++", but gcc will also compile code as C++ is it has a cpp extension, rather than just c

MbowerARA 01-28-2005 11:28 AM

I have it installed, however, I can't seem to find the program anywhere....do you have an idea of how I can find it and start it?

acid_kewpie 01-28-2005 11:45 AM

just run "g++" or "gcc". if it doesn't give a response, it's not installed.

reddazz 01-28-2005 12:22 PM

Some distros package g++ seperately from gcc, you may have to look for a package called gcc-g++ or something similar.


All times are GMT -5. The time now is 04:44 AM.