Any good beginners projects?

Currently learning C++ and just a beginner. Any good projects to apply new skills learned?
check out this book ( I am going through it currently)
C++ PROGRAMMING: FROM PROBLEM ANALYSIS TO PROGRAM DESIGN
FIFTH EDITION D.S. MALIK

I think its written well and each chapter has programming exercises.
Attempting to do each programming exercise currently.
It depends how much of a beginner you are. A project I did early on in C++ was to make the computer be able to play a game of blackjack against you. http://en.wikipedia.org/wiki/Blackjack with the computer playing the role of the dealer. I found it a beneficial and enjoyable project and finishing it was an awesome feeling. But it depends how much of a beginner you are. You may not yet be up to making Blackjack?
Last edited on
Tell us what you know.

Now that I'm a professional, I see my newly-graduated self as a complete beginner, and back then I programmed a neural network that recognizes faces.

I hope that linking you to this excellent website is a good shot: http://projecteuler.net/
Im up to Booleans, Char, and Hungarian notation.
Topic archived. No new replies allowed.