asdf said:
any guys read C++ primer 4th edition?
I think that there is a small mistake on the page 163.
Where can I find the errata?
Don't know about an errata list but there seems to be a significant
error on page 407, section 11.3 Revisiting Iterators. I tested the
code in 11.3.1 and it yields different results to those claimed in the
text. When I read the text, I thought "That doesn't make sense --
those can't be the results." Sure enough, when I compiled the code,
the results were different from what the text said, but in line with my
expectations.
Paul Epstein