-
a project request...
I've been practicing a little with C++ for a few weeks now. The problem is, I've only done little things to test out what I've learned, but have not put them into practical use. Can you guys give me a few simple ideas for practice projects? I've only really done console apps,so far, and I've had a little practice making simple classes. Any ideas welcome :D
Thanks in advance :)
John
-
The book I just finished about C++, "Visual C++ 6 for Dummies", thaught me how to build a jukebox program based on the topics in the book. Not a very big program, but it worked! :D
You could also make a small Tic Tac Toe game or Chess board.
Or maybe a Hangman game.....