The CMathParser is an easy to use C++ class that will simply parse a given expression given as a string and return the result. It supports variables, internal functions, user functions, bit-wise, logical , floating point and integral math.
Thanks for all the ideas ClutchplateDude!
|