I am creating a desktop application that will also include a calculator, similar in function to the calculator of the Microsoft Windows OS.
I require some assistance in implementing the memory capability such that the user can store a number, recall the number to be used in a calculation or delete number from memory.
I was thinking that an array could be used where the user would temporialy store a number in memeory, but I am not so sure about the overall structure to implementing such a feature.
Would really appreciate it for some ideas and tips.
Regards,
Sam