For those who know C++, could you do me a favor and post some code samples for me? I learn best by dissecting code, but I'm finding it difficult to find code that is my level (i'm a total noob).
Name:
Anonymous2007-11-27 18:50
>>13-15
Learn to tail-recurse, also when folding the starting value zero is not always a good one (for instance when multiplying). http://www.pastebin.cz/show/2477