Some Animated Recursive Functions
These two links are designed to help you become more familiar
and confident with resursive functions. Each of them shows a
simple C++ program conatining a recursive function, and allows
you to step through it statement by statement, seeing everything
that happens in the program and in the computer's memory.
First is a very simple example.
Second is a slightly less simple example.
Your web browser must be java-enabled for you to run these interactive
animations, and if you have a slow modem, it may take a short while for them
to load.