#Intuition and C (part 2)
17-Oct-92 16:03:06
Sb: #29302-#Intuition and C (part 2)
Fm: Jim Nangano/SYSOP 76703,4254
To: Al Saveriano 72616,2232
Al,
The "easy" answer is that you can't.
The "hard" answer is that you'll have to write the code to parse the
string yourself, and then generate the routines to evaluate the
expressions. In other words, you'll have to write a (limited) language
interpreter that understands algebraic expressions. Not a trivial task!
Sorry to be the bearer of bad news….
– BobR
(Motorola Inside!)