Visual C/C++ for free!

Post everything that hasn't to do with MOHAA or MOHPA here, including site feedback/suggestions.

Moderator: Moderators

Post Reply
Rookie One.pl
Site Admin
Posts: 2752
Joined: Fri Jan 31, 2003 7:49 pm
Location: Nowa Wies Tworoska, Poland
Contact:

Visual C/C++ for free!

Post by Rookie One.pl »

Well, kind of. :P It's no warez, though!

I've been looking around for a nice C/C++ IDE (integrated development environment) to replace Visual C/C++, as I wanted to stop using any m$ dev tools at all (I was still using the Visual Studio editor because it has nice colouring and code completion) and resort to free software.

Firstly, I tried Code::Blocks. Very easy to use, project importing from Visual Studio and stuff, nice syntax highlighting. But the code completion is crap! It doesn't distinguish between the . and -> operators and can't handle struct/class arrays.

Then I tried MinGW Developer Studio and instantly I knew this is it. :) The interface is almost identical to Visual Studio, but improved:
Image
One thing that it lacks is the class view, but it's not a big deal (I didn't use it anyway). And it has this very nice VC-style code completion, which is even improved by suggesting function names as well as struct/class fields. :) And it's cross-platform - it can run under Linux and Mac as well! :D

Check out the full feature list here, download here (use the Full Setup package, unless you have MinGW installed). Converting a project from Visual Studio isn't hard, and you maintain "backwards compatibility" (against MSVC), as code that compiles under MinGW is guaranteed to compile in MSVC, too (the GNU compilers are pedantic compared to MSVC when it comes to code standards compliance). :)

There is also another one, called Visual MinGW, which also aims for MSVC similarity. Great stuff, check it out! :)
Admin
Image
Image
Honour guide me.

here's my stuff - inequation.org | here's where I work - thefarm51.com
Green Beret
Major General
Posts: 746
Joined: Mon Apr 19, 2004 12:21 pm
Contact:

Post by Green Beret »

Nice find :wink:
Im deffinately gonna download this :P
Thnx for sharing Rook
Image
Post Reply