December 2003

Generic<Programming>: Exception Safety Analysis

Andrei Alexandrescu and David B. Held, p 40
Programming is understanding and exceptions are no exception


void Fun() {
  Gun();
  Hun();
}

Gun and Hum strong. What about Fun? May be from strong to wacky...
But if Gun is strong and pure, then Fun stays strong.

Conclusion

Conversations: Reusing Streams


by Herb Sutter and Jim Hyslop, p 52

Wisdom from the anointed one on closing and opening streams


Web version,
C/C++ Users Journal ToC
Marc Girod
Last modified: Fri Nov 28 16:27:48 EET 2003