C++ Exception-Handling Tricks for Linux
By Sachin O. Agrawal2005-04-12
Conclusion
I've briefly discussed a few C++ programming design patterns to better perform the following tasks:
• Tracing the source of exception while it is in process of being thrown.
• Translating signals from the kernel to C++ exceptions.
• Catching exceptions thrown during construction and/or destruction of global variables.
• Exception handling in multithreaded processes.
I hope you're able to adopt some of these techniques to develop trouble-free code.
Tutorial Pages:
» Four Techniques for Dealing with Built-in Language Limitations
» Retaining exception source information
» Managing Signals
» Managing Exceptions in Constructors and Destructors
» Handling Exceptions in Multi-Threaded Programs
» Conclusion
» Resources
First published by IBM DeveloperWorks
| Related Tutorials: » How to Install PHP 5 on Linux » How to Install Apache 2 on Linux » How to Install MySQL 5.0 on Linux » SMB Caching » Mound --Bind » Tar Wild Card Interpretation |
