i've google around for a site that has step to step tutorials on how to program the game pong but i havn't found anything that used VS 2010 and that is easy to understand they all just throw code at me and expect me to understand all there variables names with little to no commenting just wondering if any one knew a site where i could find some good guides on programing a game of pong and other simple games =D
If you use SDL, this will work for you. This tutorial is setup for VS and Windows running SDL. If you're working with DirectX, you'll need to adapt what they are programming to something you've written to replace it.
Pong really shouldn't be that hard. It's three sprites, basic ballistics and collision detection.