[try Beta version]
Not logged in

 
Free C++ IDE

Apr 7, 2009 at 2:17pm
Any suggestion for a good free IDE for C++ ??
Apr 7, 2009 at 2:26pm
Try Code::Blocks (cross platform) or Visual C++ Express (Windows)
http://www.codeblocks.org/downloads/5
http://www.microsoft.com/express/download/


For LINUX see: http://www.cplusplus.com/forum/unices/4781/
Apr 7, 2009 at 3:43pm
closed account (S6k9GNh0)
MS-DOS and Batch files! lolol
Apr 7, 2009 at 4:15pm
I forgot that there is an article on this:
http://www.cplusplus.com/forum/articles/7263/
Apr 7, 2009 at 4:26pm
closed account (S6k9GNh0)
If that's the only article there is then your not looking hard enough. There are more topics, threads, posts, articles, and discussions on this one topic than types of cheeses.
Apr 7, 2009 at 4:32pm
That is the only 'article' on this site about IDEs
( This is a FAQ so there should be more discussions on this than atoms in the Universe )
Apr 7, 2009 at 4:50pm
No one here for kdevelop??
Apr 8, 2009 at 4:47am
Anybody used Eclipse C/C++ ??. I have downloaded it but can,t cofigure it for C++.
Apr 8, 2009 at 11:51am
For downloading Devcpp I visited the following site and found a large number of downloads. Can someone, please, advise as to which one is to be downloaded and installed.

http://www.bloodshed.net/dev/devcpp.html

Apr 8, 2009 at 1:11pm
i'm using dev-c++ but i would go codeblocks out of preference. Its a nice look and not discontinued like dev. The only reason i'm not is that i'm running a x64 OS and codeblocks doesn't like me for it lol... not worth the hassle to sort it out for only basic programming at the moment.
Apr 8, 2009 at 10:18pm
@mgm2010

I would download the first link on the Dev-C++ page. (5.0 Beta with MinGW/GCC)
Apr 9, 2009 at 11:08pm
one thing with devc++ though is that after the program runs, the IDE closes automagically. if you want to see your results(if you have any) is basically to create a variable and wait for the program to accept your variable before it closes. more or less, it doesn't close until you input a variable of the specified type.
Apr 9, 2009 at 11:16pm
one thing with devc++ though is that after the program runs, the IDE closes automagically. if you want to see your results(if you have any) is basically to create a variable and wait for the program to accept your variable before it closes. more or less, it doesn't close until you input a variable of the specified type.


or just use cin.get();
Apr 9, 2009 at 11:23pm
that works too ;)
Apr 10, 2009 at 5:42pm
I use MingGW Developer Studio 2.06. This IDE work so well for me that I must recommend it. I had to tries everything from Visual Studio to Borland before. All of which is, for a lack of a better term, fucked up. MDS its doesn't anti-nooblet. :). You just type in your code and press run. hehe. And it doesn't shut down the program either when it end.
Last edited on Apr 10, 2009 at 5:43pm
Apr 10, 2009 at 10:06pm
yeah...borland is probably the WORST IDE i've used, not a fan.. AT ALL!
Apr 10, 2009 at 11:55pm
MingGW Developer Studio its quite simple and 90 Style looking...

I prefer MVC++ and NetBeans :)

Topic archived. No new replies allowed.