Saturday, April 16, 2011

Order of Evaluation

The C and C++ languages leave the order of evaluation generally unspecified aside from specific locations called sequence points. Side effects of operations performed prior to the sequence point are guaranteed visible to operations performed after it.

No comments:

Post a Comment