I would like to build a basic calculator using C#.
However, I aim to build one which performs calculation only after the equal button is clicked.
For example, when someone type in "10+12/2-2", the calculator will display "10+12/2-2 = 10" after the "=" button is clicked.
Any idea how to do it?
Thank you very much for your help.
Anne LeongPosted Jul 28, 2014, 11:05 PM
Abhishek YadavPosted Jul 23, 2014, 9:21 PM
Please find the below link to get solution of your question.
http://www.codeproject.com/Articles/88435/Simple-Guide-to-Mathematical-Expression-Parsing
Hope this will help you..
Krishna Rajput SinghPosted Jul 19, 2014, 5:53 AM