I read the first couple of chapters of the tutorial on this website about 5 years ago. Wrote a console program which works out the day from a date. Then didn't look at c++ or programming again... until earlier in the week.
I read over my first program and thought about trying to make another. I started simple and went for a program to score a game of "oh one" darts for up to four players.
Both programs work well but I have no idea about the quality of the code written. I know there will be easier ways of getting the results I want but I am a complete newbie to coding and have only read the beginning of the tutorial.
I would be very appreciative if someone could look at the code i've written!
Here are a couple of links to the .exe and source....
I hate the use of goto! It is awful! It makes a program's code hard to follow because the jumps can be huge.
I also don't appreciate the curly braces indented all the way to the left as opposed to aligned with the previous statement.
Other than that, the code looks decent. :-) I only did a quick glance, though, because of all those goto's!! I could never ever invest more than 1 minute reading code with goto's.