Begginer Projects

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.
Do you know about functions or classes? Reading and writing to a file?
i have general knowledge about functions/classes. I don't know anything about reading/writing to a file
Well that would be a good place to start: http://www.cplusplus.com/doc/tutorial/files/

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.

I don't know :)
Topic archived. No new replies allowed.