If you are just starting out I would advise to buy a book on it. There is alot to c++ or any programming language for that matter. Start there. Also, the source code you have for the game wont compile probably because you dont have some of the libraries included on ur computer. You will have to include them, and if they are a custom header, then you are out of luck, or must code it yourself.