I\'d love to be able to do this:
class myInt : public int { };
Why can\'t I?
Why would I want to? Stronger typing. For example, I
In C++ the built-in types are not classes.