Nested C++ Recursion
This ten part article describes strictly recursive C++ solutions to Euler Project 44 - the Pentagonal Numbers problem.
March 23, 2024:
The engineering described in this article works, but it has a flaw.
Read Bit Vectors article Updated Nested C++ Recursion to learn about
the flaw and the repair. That article includes updated solutions.