Isolating mathematical functions from an input string [modified]
-
Using visual c++ .NET, is there a simple way to isolate functions from user input during runtime? (This is done with a command-line program) AIM: So functions can be calculated upon EXAMPLE FUNCTION: Sin(x+y(Cos(y)) Thanks for any help! -- modified at 22:04 Saturday 20th October, 2007
J:)ker HA! HA! HA!
-
Using visual c++ .NET, is there a simple way to isolate functions from user input during runtime? (This is done with a command-line program) AIM: So functions can be calculated upon EXAMPLE FUNCTION: Sin(x+y(Cos(y)) Thanks for any help! -- modified at 22:04 Saturday 20th October, 2007
J:)ker HA! HA! HA!
no, you have to write your own string parser.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Using visual c++ .NET, is there a simple way to isolate functions from user input during runtime? (This is done with a command-line program) AIM: So functions can be calculated upon EXAMPLE FUNCTION: Sin(x+y(Cos(y)) Thanks for any help! -- modified at 22:04 Saturday 20th October, 2007
J:)ker HA! HA! HA!