i just got visual c++ and i was wondering, is there a more "visual" version, because all it lets me make are console applications.
If you talk about visual studio 2003 or 2005, then you can drag buttons on a form and then program them. Just start a project "windows application form"and not "win32 console project". For game programing, if you wish to make a game good luck in any language, because it require Object Oriented programing and I doubt you learned it yet. If you talked about programing cheating tool with c++, then it's easy, however not as easy as it is in vb, because vb has many things already programed for you, with c++ you have to do around everything and the classes you can find on internet aren't user friendly.