😼 Neikos
Here are some in case you're still looking: - command line Tetris or Tic-Tac-Toe (depending on how advanced you wanna go) - command line wettr.in program, it should be able to save my location (or even find it out itself!) - A unit converter program, allowing to convert from degC to degF, Dollars to Euros, etc...
😾 Oskar
You've took those from Principles and Practice Using C++ by Stroustrup? :) Those are good starting points obviously, but as far as I remember it's also curriculum for learning C++ in his book. Try writing calculator with an option to do equations too! (Hell of a chapter for beginner)