I have been tinkering with c++ and i was wondering if you could reccomend some begginer projects? Nothing too easy and nothing overly impossible for a beginner. I have already made a four function calculator and a simple text based video game. Thanks.
I think playing around with classes would be a good way to continue. A game would probably be the most gratifying thing if you don't have any work to do. Have a little game, but then try to implement a save/load feature. Perhaps have a Time class that will keep track of the players moves and simply return a formatted date.
I guess what I am saying is to make little pieces of things, and then make the game more interesting because of it. <cmath> has a random number function that might make the game more fun for you to play.