* Alf P. Steinbach:
> *this >> x;
Uh, don't do that. I was a bit hasty. Do something like
static_cast<std::ifstream&)(*this) >> x;
- Alf (hasty)
--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?