Hello, can any one tell me how to go abour making a PONG game. I dont really no how to use graphics so it would have to be all in functions like Rect, Line and stuff like that. I looked on the internet and found some stuff like the source code by i was confused on what some of it did. Is there any tutorials on it or anything like that?
Your probably want to be using the Microsoft MFC classes, in particular CDC, which allows you to draw shapes lines etc. There are tutorials all over the place on this, so google and take your pick.