Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

What is the best C/C++ Compiler?


ghost's Avatar
0 0

I want a C compiler with a standard library installed. It should conform to the ANSI standards for C. (C++ is OK)

It would be good if a text editor designed for editing C code was included too.


ghost's Avatar
0 0

You did not say the platform. Are you using Windows, Mac or Linux? I preassume that we are talking about Windows.

Visual C++ 2008 Express edition is a good choice. It is free but you must register it after 30 days. It has an integrated development environment with debugger.

http://www.microsoft.com/express/


ghost's Avatar
0 0

for…….windows


spyware's Avatar
Banned
0 0

rohansingh47 wrote: for…….windows

Bloodshed Dev C++


ghost's Avatar
0 0

Dev C++ as a free one.


ghost's Avatar
0 0

Dev-Cpp is one of the worst IDE's. Use Code::Blocks as an IDE instead. It's GNU and you can use it on Linux, too. As a compiler I can suggest you Digital Mars, it's my favorite. Maybe it's harder to install, but it's great. I don't know how to help you more, I'm not programming under Windows now, but if you have any trouble, PM me and I'll try to help you out.


ghost's Avatar
0 0

Thanks for the information……….. guys ;)


ghost's Avatar
0 0

Get eclipse, it runs on java so any system with java, and it works in loads of languages, such as the c++ specifically(just added)


ghost's Avatar
0 0

Just use gcc…


yours31f's Avatar
Retired
10 0

i like dev better


ghost's Avatar
0 0

lazybum wrote: Get eclipse, it runs on java so any system with java, and it works in loads of languages, such as the c++ specifically(just added)

Eclipse is a nice IDE, but way too heavy weight in my opinion. I think it's a bad idea to use Java in applications of this scale.


korg's Avatar
Admin from hell
0 0

I been using Bloodshed Dev C++ and have no problem with it.


ghost's Avatar
0 0

dancuc wrote: Dev-Cpp is one of the worst IDE's. Use Code::Blocks as an IDE instead. It's GNU and you can use it on Linux, too. As a compiler I can suggest you Digital Mars, it's my favorite. Maybe it's harder to install, but it's great. I don't know how to help you more, I'm not programming under Windows now, but if you have any trouble, PM me and I'll try to help you out.

I feel you brother… dev is probably the worst IDE ever… although it's free….

eclipse is really good…

or if you want gcc or g++ interface, you could download mingw, or Cygwin to have linux like interface…

p.s. funny thing is that it turns out dev c++ use mingw as well… but with all the extra poopy shit that no one need…. :P


ghost's Avatar
0 0

There are thousands of opinions floating around about which is the "best." Just don't tell yourself that getting the "best" will make you a better coder.