sin1

  1. nims11

    Evaluating a string as a mathematical expression.

    here is what i want to achieve using C++ 1.the user inputs a mathematical expression(like 3^2 + sin(1)) 2.my program displays the result. this seems simple but is actually very complex :???: as C++ doesnt have any feature like the eval() function in javascript. after thinking a lot and...
Top Bottom