Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] A util for expression evaluation in CDT?

Hi all,

 

I need to evaluate a constant _expression_ that is used to specify a size of an array in C. I have variable substitutions with constant values done and have a string of form “1+2*3”. Is there a utility in CDT I can use to evaluate the result of such _expression_?

 

Thanks,

Andrey


Back to the top