So I started on the final section of my C++ project and got almost done until I re-read the requirements and saw this:
Do not use arrays.
*crap*
Is there any other way to store multiple inputs than arrays? Basically the idea is to use a recursive function get a variable amount of #'s from the user and then display them, only in reverse order. But I don't know how I could have the name of the variable change, without using an array.
I am not looking for a whole program, just someone to point me in the right direction.
Thanks!