Access Symbol Table to generate Runtime String Evaluations

Started by lucindom, February 14, 2007, 09:45:24 PM

Previous topic - Next topic

lucindom

By Example:

char cadena1[500];
long  valor1 = 2342342;
long valor2 = 32;
long result;

result = EVALUATE("valor1/valor2")

severach

You would need to get that approved by the C standards organizations before Pelles would consider implementing it in the language. Compiling makes the variable names disappear so adding that would be a huge language extension.