1

Possible Duplicate:
Undefined Behavior and Sequence Points

I've looked in almost all popular C++ books. Is there a particular book that gives a good introduction about them? or is this a complier related topic instead of the language?

Edit: I've already seen the related FAQ questions.

Community
  • 1
  • 1
user754633
  • 11
  • 1
  • Introduction about almost all popular C++ books? – Alex F Sep 01 '11 at 08:36
  • 4
    We have a Stack Overflow question dedicated to the topic of sequence points: [Undefined Behavior and Sequence Points](http://stackoverflow.com/questions/4176328/undefined-behavior-and-sequence-points) – In silico Sep 01 '11 at 08:37
  • 1
    Sequence points are definitely related to the language, and not just to the compiler. They are also a subtle aspect of the language, that even some experienced programmers do not understand fully; and they don't need to: the only times the precise semantics of sequence points matter are when you are writing obfuscated code. All in all, a natural omission for a programming book. – Pascal Cuoq Sep 01 '11 at 08:40

0 Answers0