As the subject says. I am curious, what you guys feel is better for building in. I have tinkered a bit with both and I am using MinGW as my compiler, as I'm not a fan of MSVS.
Just curious is all I appreciate input, good or bad, hope I dont get flamed though for not liking Visual Studio
Dude, the Unix guys sometimes also use Code::Blocks ;-)
But anyway, Dev C++ hasn't been active for around 5 years now, so we usually recommed codeblocks which is still in active development. Or the MSVS, which you don't like, when I have projects which will only run on Windows I usually use that one (mainly because of it's debugger).
Dev C++ is, in my opinion, horrifically buggy and terribly in need of active development. Code::Blocks is good, but I use Visual Studio since I'm on windows and I love the debugger. If I intend to release anything, though, I will probably just dump the code files into a folder and compile it using Code::Blocks to avoid licensing issues and annoying unnecessary dependencies that msvc likes to create.
I do most of my development work in Visual Studio 2010 because of the amazing Intellisense and debugger integration. For Linux, I use Code::Blocks. C::B has been getting a lot better, but just doesn't compare to Visual Studio's ease of use yet. For me, anyway.
Nalin wrote:I do most of my development work in Visual Studio 2010 because of the amazing Intellisense and debugger integration. For Linux, I use Code::Blocks. C::B has been getting a lot better, but just doesn't compare to Visual Studio's ease of use yet. For me, anyway.
I learnt how to configure the projects in Visual Studio based on how it was done in C::B
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Visual studio for the intellisense feature, but i've heard that eclipse is good too.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me