0
How deeply should I learn c++ to write a perfect calculator?
2 Respostas
+ 2
You should start developing your perfect calculator. On the way you will see what you need and what you allready have learned.
0
Not-very deep imo - ask yourself, what do you need for a calculator?
Get user input number
Get user input operator
Return result