Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Please help, how to convert a String to an arithmetic operation?

    Are the operators only + and -? That will make it easier because they have the same precedence. If other operators with different precedence's (like * and /) are allowed it gets much harder.
  2. Re: Please help, how to convert a String to an arithmetic operation?

    That sounds like what a compiler does: takes Strings and converts them to operations that a computer can do.
    If the full expression is always the same, 3 numbers with two operators + and -:...
Results 1 to 2 of 2