Hey.. Can anyone suggest me must do projects in c++ so that i can become used to it a develop a little confidence.
Small games, apps would be appreciated.

Make a Farkle game.

I did a console-based version of it, these are the classes I used:

  • Die
  • DieSet
  • FarkleGame
  • GameConfig
  • Player
  • PlayerSet

I also had a bit field called "ruleFlags", but don't worry about that unless you really want to. While working on it, I found out that they can get really messy really easy.

Follow the link for rules and variations then see if you can figure out how to do it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.