Favorite IDE?

Pages: 12345
Jun 14, 2011 at 3:53pm
Visual C++ 2008 is a win. Code::Blocks never really did it for me, I can't say why though. I just didn't like the design at all.
Last edited on Jun 14, 2011 at 7:09pm
Jun 14, 2011 at 6:59pm
closed account (S6k9GNh0)
I don't like Code::Blocks either. It's much too cluttered. It doesn't support one compiler well enough where as VC++ has everything you could possibly want when it comes to VC++ compiler. Most people feel this way with Dev-CPP and GCC (although it's now old), while its successor fails to really provide much more functionality while somehow making it more cluttered and confusing.

NetBeans and Eclipse are also rather well made IDE's. I suggest NetBeans when it comes to an IDE. I generally just use a text editor and Cmake though...
Last edited on Jun 15, 2011 at 6:00pm
Jun 14, 2011 at 7:04pm
closed account (1yR4jE8b)
For Windows programming, Visual Studio can't be beat.

For anything else, I use Vim and make/cmake.
Jun 14, 2011 at 7:12pm
My old Delphi 5 IDE rocks. I use it for everything.

If I am stuck on another platform, I'll tend to use the least stupid editor available. Alas, few editors use the WordStar keyset anymore (which I love). On Linux I'll tend towards vim and NEdit.

Someday I'll have the time to finish my own editor and use it exclusively on all platforms. :-)
Last edited on Jun 14, 2011 at 7:12pm
Jun 14, 2011 at 7:42pm
I got VS2008 proffesional through MS Dreamspark, as our school uses a common account system on Noregian schoolds (FEIDE) that Dreamspark supports.

The licence is educational only though, but that'll suffice for my use.
Jun 14, 2011 at 9:24pm
closed account (3hM2Nwbp)
VS 2008 Express / VS 2010 Express - because they simply work without any configuring.

VS2008 - Intellisense for C++/CLI projects

VS2010 - C++0x features

VS2012 - ( http://www.ianquigley.com/A75_New_features_of_VS2012_revealed.html ) :P
Jun 14, 2011 at 9:29pm
The first time I used Eclipse after having used Netbeans, Visual Studio, and a minimalist editor + a console for some time, I felt euphoric. Even though it has a little bit of a learning curve, it was well worth it.

-Albatross
Last edited on Jun 14, 2011 at 9:30pm
Jun 14, 2011 at 9:57pm
I use VC++ 2008 Express edition because it's free AND it has the most support for the SDK I develop with.
Jun 14, 2011 at 10:34pm
Woah! I'm siked for VS2012 now :), thanks for the link.
Jun 14, 2011 at 10:40pm
closed account (3hM2Nwbp)
ascii wrote:
Woah! I'm siked for VS2012 now :), thanks for the link.


*cough* Might want to re-read the whole page.
Jun 14, 2011 at 10:45pm
*@!# SON OF A b*#$($ MOTHERF***ING WH$$$'S GOD DAMNIT
Jun 14, 2011 at 11:38pm
closed account (iw0XoG1T)
I have never found an IDE I like as much as vim and a makefile. Both make and vim take a while to get comfortable with but they are both worthwhile tools to learn to use.
Jun 15, 2011 at 2:41am
Visual Studio Express all the way. The more I use it, the more I fall in love. Debugging in VS is actually fun!
Jun 15, 2011 at 4:26am
I'm too old or lazy to learn to use an IDE. I primarily develop on Sun or Linux so it's Emacs/make/dbx/gdb/gcov/valgrind/purify/strace/pstack/cvs etc and the console (xterm).

Man I must be getting ancient. I better hide those punch cards.
Jun 15, 2011 at 5:08am
I was kinda upset when I found out that they no longer teach the legacies like punch cards. Mind you I found that out long before I started college, it's just my dad told me stories of when he first started his Computer Science degree back in the early 80s. What can I say, I was a kid who wanted the same experience as his dad.
Jun 15, 2011 at 7:12am
closed account (1yR4jE8b)
Emacs/make/dbx/gdb/gcov/valgrind/purify/strace/pstack/cvs


ಠ_ಠ

CVS/Subversion is the ENEMY!!!
Jun 15, 2011 at 8:46am
yeah punch cards and network hubs are relegated to the museums these days. It's unfortunate because the network hub is such a nifty network spying trouble shooting tool. I'll have to go find one before it disappears altogether and I have to rob a museum to get one.
Jun 15, 2011 at 10:12am
vim
Jun 15, 2011 at 3:52pm
If you miss punched cards you can do the next best thing and code in straight 011000100110100101101110011000010111001001111001

That's binary for binary :P
Jun 15, 2011 at 6:02pm
closed account (S6k9GNh0)
Actually, I tried netbeans for Windows with rather unsatisfactory results. Reluctant to try C::B again (since I wanted an IDE to use gcc, I can't use VC++), I tried CodeLite. I fell in love instantly. It's highly customizable, easy to add global paths to a toolset, creates a basic makefile (which it uses to build), gives clean output, and best of all, looks nice.
Pages: 12345