[Solved] Why does my Mathematical Expression Evaluation function not work on Windows?
[ad_1] I’m amazed this program works. There are sections of code that I don’t understand, for example: STARTB:for (i = 0; i < ns; i++) { if (numholder[i] == “(“) { temp_i = i; i2 = i; } if (numholder[i] == “)”) { temp_i = i – temp_i; } } The variables temp_i and i2 … Read more