+ 3
Which development environment you guys are using? I am currently using Code::Blocks.
8 Answers
+ 4
Code::Blocks is an open source development environment with all required tools for programing. Easy to configure. http://www.codeblocks.org/home might help.
+ 2
I use visual studio 2013 it is awesome
+ 2
I use notepad++ . Now I find code::blocks very helpful too.
+ 2
Currently I'm just using vim to write codes and gcc compiler to compile it!
+ 1
I use eclipse mars CDT as it's multi-platform (Windows, Linux, Mac OS), supports multiple tool chains (make, ninja), has faster and better code completion, refactoring and compilation than Visual Studio 2013 (which I used before and still occasionally use).
0
But initial configuration of Vim can be a nightmare for a starter. This is more of an environment for Advanced user who is working on command-line coding.
0
code::blocks.it uses GCC compiler.
Dev c++ is also good IDE.having same platform like codeblocks
0
Codeblocks