On 06/04/10 18:48, Mark Mitchell wrote:

   In C++, you can of course make what looks like
simple code do something expensive; for example, you can make "a + b" be
arbitrarily complex if "a" and "b" are instances of class types and you
have overloaded "+".
And, in general, we are trying to avoid situations where seemingly simple code does something expensive, right?

Jeff

Reply via email to