Are there any ideas for or links to c++ project ideas that would be good for somebody with limited c++ experience and looking to shake off the rust?
+1
A:
These ideas are language-agnostic but still good for shaking off the programmers rust!
rhinovirus
2008-09-17 21:51:24
A:
Whatever it is you must use STL/BOOST, these are the difference between C++ as a modern language and merely C with classes.
Martin Beckett
2008-09-17 21:51:29
STL - agree, BOOST - optional, IMO - sometimes the dependency is too much.
Bernard
2008-09-17 22:06:52
A:
I usually try mixing fun with some usefulness. With c++, how about a project that manages your library of books/movies you have read. Or a very basic task management app/GTD.
Mostlyharmless
2008-09-17 21:51:37
+1
A:
Donation Coder used to (and still does??) have a place where users could describe simple apps that they need/want, and people would write them and contribute them for free.
DougN
2008-09-17 21:53:43
A:
Write a roguelike... that is what I always set of doing and have never completed ;)
Aidan
2008-09-17 21:56:49