Hi programmers!
I am new to c++ programming but have a sound knowledge till classes. I made a tic tac toe game and it works perfectly. Now, I want to make another game like brick breaker in which we have a slider that will slide from left to right as per user's desire and a ball that will constantly float in between the bricks and the slider. There will be bricks which will break whenever the ball hits them ....
I guess you get the idea.... PLZ help me with this one, i can get the slider moving using gotoxy() function but the rest seems really hard!! =(