<skip> BZ> // postfix BZ> MyInt const operator ++ ( int fake ) { BZ> MyInt old_value( *this ); BZ> ++i; BZ> return old_value; BZ> } <skip> BZ>