Post your ideas for small C++ fun programs here! (I made this because I ran out of ideas)
Maybe a fractal terrain generator & renderer? It seems cool and fun, but I can't see myself ever doing it without losing interest.
Last edited on
My first nontrivial application was a 2d barcode generator and I've suggested it to everyone ever since. Check out Code39 for a simple encoding.
http://en.m.wikipedia.org/wiki/Code_39
Parse a PSD file and output a bitmap.
The first thing I did was a text-based RPG