Example of usage
Expr e(``*'',
Expr(``-'', Expr(3)),
Expr(``+'', Expr(4), Expr(5)));
e.print(stdout);
int n = e.eval();
Previous slide
Next slide
Back to first slide
View graphic version