problems with my score

I am creating an I.Q. quiz with 6 questions after you get one right, it adds one poinbt to your score, how do i make it add one point when you get one right and how do i make your score viewable at the end?
1
2
3
4
5
int score=0;
[...]
score++;
[...]
cout << "Score: " << score << endl;
Thanks, sorry to bother you. I am a very big nooby.
Topic archived. No new replies allowed.