
Countdown is a solver for 'Countdown'-style problems, where a target number is given along with a set of 6 numbers, the object being to achieve the target number using the given numbers once only, and any of the operators +, -, *, /. It illustrates the principles of RPN stack evaluation.
You can download a Zip file of the source code, including a Microsoft Visual C++ project you can use to build the project.
Things to note:
Source code (4k): CountdownSrc.zip
Executable (44k): Countdown.exe