Alright, I am making a calculator application in g++ (microsoft visual c++ 2005 express edition). I have made my design with all of the buttons, and now I need to start coding!!!!
First of all, how do I do something like:
Say the user clicks button 1, display 1 in the calculation box.
First of all, how do I do something like:
Say the user clicks button 1, display 1 in the calculation box.
Comment