Mar 18, 2001 #1 Kinl Programmer Mar 19, 2001 168 US I'm new to UNIX C++ Programming and I'm trying to figure out what compiler would be the best to start out with? Thanx, Donn
I'm new to UNIX C++ Programming and I'm trying to figure out what compiler would be the best to start out with? Thanx, Donn
Mar 19, 2001 #2 rbobbitt Programmer Aug 17, 2000 566 US gcc (it's both a C and C++ compiler -- to invoke it for C++ files use g++) - it's free and the quality is excellent: ftp://ftp.gnu.org If you get a linux distribution, gcc will come with it. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts Upvote 0 Downvote
gcc (it's both a C and C++ compiler -- to invoke it for C++ files use g++) - it's free and the quality is excellent: ftp://ftp.gnu.org If you get a linux distribution, gcc will come with it. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts
Mar 19, 2001 Thread starter #3 Kinl Programmer Mar 19, 2001 168 US I've heard Kdevelop is a good tool. That is for a gui version of a compiler. Is this correct? Thanx again! -Donn Upvote 0 Downvote
I've heard Kdevelop is a good tool. That is for a gui version of a compiler. Is this correct? Thanx again! -Donn
Mar 19, 2001 #4 rbobbitt Programmer Aug 17, 2000 566 US It's an IDE (Integrated Development Environment), but as far as I can tell it doesn't come with a compiler. This looks like a good tool though. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts Upvote 0 Downvote
It's an IDE (Integrated Development Environment), but as far as I can tell it doesn't come with a compiler. This looks like a good tool though. Russ bobbitts@hotmail.com http://home.earthlink.net/~bobbitts