
-----------------------------------
Silent Avenger
Wed Dec 05, 2007 11:54 pm

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.

-----------------------------------
Martin
Thu Dec 06, 2007 1:11 am

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 [url=http://en.wikipedia.org/wiki/Decorator_pattern]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
Thu Dec 06, 2007 2:07 am

Re: RE:Programming ideas?
-----------------------------------
The 

Research "multiple dispatch."  ;-)

-----------------------------------
PaulButler
Thu Dec 06, 2007 4:29 pm

RE:Programming ideas?
-----------------------------------
If you just enjoy the process of programming and don't care about the end result, [url=http://www.projecteuler.net]Project Euler is fun.

-----------------------------------
HeavenAgain
Thu Dec 06, 2007 5:32 pm

Re: RE:Programming ideas?
-----------------------------------
If you just enjoy the process of programming and don't care about the end result, 
 :o  i saw this website a while back, and had no idea what the heck it was, and now, ahh.... this is fun  :D 
thanks for sharing it
