So I know some C++, and I am looking to code a game in it for a school project. I am currently looking for a way to do the GUI, I hear MFC is not great for game development, so I am quite uncertain where to start off. I went to http://3dstate.com and found a good graphics engine for vc++, but I do not know if this is the right way to go with this project. Could anybody point me into a direction? Thank, -wh0
Well 3D and 2D games probably need engines for that. But for simple stuff you can use free GUI libraries like wxWidgets.