Hi everyone. I want to be a game programmer but... Idk how this Microsft Visual Studio 2010 works. I got a book (Computing concepts with C++ essentials) that my relatives gave me. Soooo I'm just confused..... My uncle told me microsoft is complicated because it gives multiple things at you that I don't even know. :( So where do I begin? If you make a guide, that would be helpful. Sorry for bad grammer. lol
Game Programming
After you get a handle on c++ programming, you can look up some game related tutorials (openGL, DirectX, Allegro), but not before, as game programming is incedibly complex, and you need a good handle on programming in general to not drown in the complexities involved.
How To Use MSVC++:
As for how to use MSVC++, you would mostly want to make a new 'Console Application', or 'Empty Project' and add .cpp files to that.
The journey from beginner to game programmer takes a long time and a lot of effort, don't give up though, it's very rewarding in the end.