Didn't I mention something with 'reading' and 'version control system'?
You know, turn your computer OFF, get a book (you know the concept eh? see also
http://en.wikipedia.org/wiki/Book) about C++ and about subversion, and read both from cover to cover (probably 2 or 3 times before you understand all of it).
If you are so hooked on your computer that turning it off seems like murder to you, find 4-5 PDF files on each subject, and read all of them completely 2-3 times.
While you are at it, the web-page about 'smart questions' in the signature of DaleStan is also a good read. It explains the do's and dont's of asking a question.
Do LOTS of experimenting at your own machine. Write a program, compile it, modify it, make a repository, commit changes in it, make a patch, apply a patch to your program.
We don't mind answering questions, but only if you show that you are actually making an effort to solve the problem.