Question:
What is the best free C++ IDE for Windows?
EndlessJ
2008-08-20 10:00:31 UTC
I'm basically looking for a good free C++ IDE for windows. I'm looking for something powerful(I want to start making videogames), but I can't afford Microsoft Visual Studio. Basically which one of these is comparable to MVS:
-Eclipse with C++ plug in
-wxDev-C++
-Code::Blocks
-Microsoft Visual Studio Express(What is it missing compared to the full version?)
-Turbo C++ Explorer
Three answers:
anonymous
2008-08-20 10:21:50 UTC
Dev C++ is good but its main problem is that you cannot create GUI applications. You have to all thing through codes.



Microsoft visual studio express doesn't support win32 and mfc. It only support managed vc++. or vc++.net



For creating Win32 applications Pellesc is nice.

http://www.pellesc.de
anonymous
2008-08-20 17:32:31 UTC
MS Visual C++ 2008 is free. This video will show you how to install it:

http://xoax.net/comp/cpp/console/Lesson0.php



Here are some simple games with code downloads that you can use to get some ideas:

http://xoax.net/comp/cpp/console/Lesson9.php

http://xoax.net/comp/cpp/console/Lesson23.php

http://xoax.net/comp/cpp/console/Lesson29.php



These tutorials can get you started with graphics programming in OpenGL:

http://xoax.net/comp/cpp/opengl/index.php



You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:

http://xoax.net/forum/



Enjoy!
Kavin V
2008-08-20 17:12:02 UTC
You can try NetBeans IDE .

It has got all the features you want.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...