Archive for 24. April 2007

Re: Writing exception-safe code
Dear Peter Actually out of memory will anyway terminate the program ( yes I am thinking about the **lazy memory allocation ** scheme use by many platforms ) ---------------------- man malloc --------------------------- By (more...)
Re: Writing exception-safe code
Dear all, I’m now thinking a little bit about exception safety, though I have to admit not too much, and had the following experience. Initially I was tempted to write a (more...)