What are you using to write your code?

May 21, 2011 at 7:16am
What are you using to write your code?

Just thought it'd be cool to get an idea of what the members here are using for editors/IDEs. Have fun!

As requested, this is a growing list of the aforementioned tools for you to compare and examine.


Note pad
Turbo c
Dev C++
May 21, 2011 at 7:26am
It will be mostly VC++ (which I'm using), Code::Blocks, then maybe a bit less Eclipse, NetBeans and Xcode.
Though I'm just guessing how popular each of them is here. And I'm not saying these are the only ones, though I can't think of anything else..
Also, see http://www.cplusplus.com/forum/articles/36896/
May 21, 2011 at 2:16pm
ZinjaI is (not) just another IDE http://zinjai.sourceforge.net/ Good auto completion and indentation

Also using vim (in a very beginner level). I like the syntax highlight (or, macros, size_t, etc) and its support for various languages.
Besides the possibility of using regex (that sometimes drive me nut, of not knowing if I need to escape the character)
May 21, 2011 at 2:30pm
Using Dev-C++? For shame...

I use Visual Studio 2010 Ultimate on my Windows machine and Code::Blocks on my Linux machine.
Last edited on May 21, 2011 at 2:31pm
May 21, 2011 at 2:47pm
Yup. For me it is mainly Visual C++, but Code::Blocks for my tutorial videos as it's cross platform.

hamsterman wrote:
though I can't think of anything else

wxDevC++? I haven't tried it, but it's apparently not so bad.
May 21, 2011 at 3:05pm
Code::Blocks for C++ code, NetBeans for Java code, MonoDevelop for C# code, Geany for all other languages.
May 21, 2011 at 3:46pm
Visual Studio 2010 and QT
May 21, 2011 at 4:23pm
closed account (zb0S216C)
Microsoft Visual C++ 2010 Express on Window 7 Ultimate.
May 21, 2011 at 4:49pm
Oh yeah, and I occasionally use Visual Studio Pro, but not often as it is under commercial license only.
May 21, 2011 at 5:23pm
emacs at home, Xemacs at work.
May 21, 2011 at 11:31pm
closed account (1yR4jE8b)
Lots more Visual Studio users here than I thought...

anyway,

I use Vim and the terminal mostly for my scientific stuff, QT Creator for anything that needs a GUI.

Most times I'll design the GUI with QT Creator, then just drop back to Vim to do the rest...don't really like IDEs all that much, QT Creator has a decent FakeVim mode though.
May 21, 2011 at 11:56pm
I use DevC++.

EDIT: as of May 28, 2011 I use Code::Blocks
Last edited on May 30, 2011 at 6:05pm
May 22, 2011 at 12:01am
At the moment i'm using Visual Studio 2008, my copy of Visual Studio 2010 professional will be here sometime next week, 'cos shipping always takes 2-3 weeks when its cheapest :P

I also use Qt creator occasionally
and Notepad++ when i'm compiling Qt from command line
May 22, 2011 at 2:48am
closed account (3hM2Nwbp)
I use VS2008/2010 from Microsoft. I've found that proprietary IDEs (like VS) are much easier to get set up and coding than the alternatives.
May 22, 2011 at 4:38am
gcc, vim, cmake
May 22, 2011 at 4:46am
Visual Studio 2008, and Notepad++ occasionally.
May 22, 2011 at 6:04am
closed account (S6k9GNh0)
On Windows, I use VC++.
On *nix, I use Scite (or Geany or similar) and cmake.
I cannot stand, for the life of me, developing on Windows.... It's really inconvenient.
May 22, 2011 at 3:36pm
I'm still relatively new to C++ but I've tried Code::Blocks and VS and all that and I just prefer Notepad++ to be honest. IDEs are a massive pain and any time saved by their intellisense or organising is lost trying to dance around their silly ideas and settings.

There's nothing wrong with compiling from the console, and it will even tell you where you went wrong. You just need to organise your code neatly and be clever.
Topic archived. No new replies allowed.