Posted: Wed Dec 05, 2007 11:54 pm Post subject: Programming ideas?
I've been meaning to get back into programming again since I took a break for about half a year but it still seems that I can't think of anything to program. I can't seem to get a good idea that I'd be motivated towards and actually complete. I'm just wondering what other people are doing or what kinds of programs they have made. Thanks for the help.
Sponsor Sponsor
Martin
Posted: Thu Dec 06, 2007 1:11 am Post subject: RE:Programming ideas?
Lately I've been a bit of an algorithms and design patterns geek, so I've been thinking of problems to go with those. The Decorator Pattern was a neat project to implement.
Graphics is bit of a hobby of mine too. I can be endlessly entertained by a triangle rotating in a window. If you're on Vista (heaven forbid), DirectX 10 has some really nifty features that are certainly worth checking out.
wtd
Posted: Thu Dec 06, 2007 2:07 am Post subject: Re: RE:Programming ideas?