IntExpr implementation
IntExpr::IntExpr(int n0): n(n0) { }
void IntExpr::print(FILE* f)
{
fprintf(f, ``%d'', n);
}
Previous slide
Next slide
Back to first slide
View graphic version