Re: C Programers
- Posted by Jason Gade <jaygade at yah?o?com> Jul 23, 2007
- 522 views
don cole wrote: > > First off I would like to thank everyone for they're respone on this. > Now I am more confused than ever. This is why I never pursued C very much. I > could never get started. I have open Watcom on my cumputer but never use it > except for the demo. But I believe I do understand recursion a little better. > I think walk_dir is the best example for recursion of sequences. As for the > fractorial example (integers only), I do understand that but > I have never had the need to find the fractorial of a number. > > Don Cole Yeah, factorial is just one of those "Hello, World!" type of examples -- something simple to give you a feel for the idea. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.