[ back to toc ]

pseudo code interpreter

Date: 2002/01/23 15:52

Q:
Hello,
I need help translating a numeric pseudo-code interpreter into C language.
The interpreter should be capable of loading and executing the Mean
*NAME-DELETED*bsolute Value program which computes the mean of the absolute values of
an array.
I'm going to declare two 1000-element arrays to hold the program to be
interpreted and its data. The elements of the Data array should be
floating-point.
Thanks

*NAME-DELETED*:
This is a fine task so far. What is your question?

Regards,
Peter

[ back to toc ]