Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What compiler should I use?

Status
Not open for further replies.

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
 
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
 
I've heard Kdevelop is a good tool. That is for a gui version of a compiler. Is this correct?
Thanx again!
-Donn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top