You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application uses CLR Windows Forms for the GUI.
The most important source file is stringCalc.cpp.
If you want to run this application run x64/Debug/CLR_Protject1.exe
About
String calculator that uses the shunting yard algorithm to parse a mathematical expression as you type it and immediately displays the result in the field below it.