+ 2
Guys how can i do multiple operations in one textbox. For example +/-*. Just in one textbox.
Im making a calculator. And now i want to do adding. Minus. Mult. And devide operation in one text box. Please help me
1 Odpowiedź
+ 2
so, you can get text from text box, split it and check on the operators.
then using switch-case you add functions for your operators