How to effectively use exception

Alex Shindich alex at shindich.com
Sun Apr 15 03:34:26 EDT 2001


I would recommend an excellent c++ book on exceptions -- Exceptional C++
by Herb Sutter. Even though it's a C++ book, you will find a lot of
useful idioms there.
Also, I wrote a small article explaining why all code, even the code
that doesn't use exceptions, needs to be written exception-safe. See 
http://server01.shindich.com/sources/c++_topics/exceptions.html

I hope this helps.

Regards,

Alex Shindich
mailto:alex at shindich.com
Visit http://www.shindich.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alex.vcf
Type: text/x-vcard
Size: 194 bytes
Desc: Card for Alex Shindich
URL: <http://mail.python.org/pipermail/python-list/attachments/20010415/7653c02b/attachment.vcf>


More information about the Python-list mailing list