C++ Exception-Handling Tricks for Linux
By Sachin O. Agrawal2005-04-12
Resources
• A classic text on C++ is The C++ Programming Language (Addison-Wesley, 1997) by Bjarne Stroustrup.
• An excellent resource for understanding C++ internals is Inside the C++ Object Model (Addison-Wesley, 1996) by Stanley B. Lippman.
• Don't forget also to check the system man pages for individual functions like backtrace() , backtrace_symbols() , signal() , abort() , and pthread_exit() .
• " Writing good exceptions " (developerWorks, May 2003) offers some practical advice on throwing and catching exceptions and refining your exception-handling sensibilities.
• Java™ programmers might be interested to read " Best practices in EJB exception handling " (developerWorks, May 2002), which illustrates techniques for faster problem resolution.
• Find more resources for Linux developers in the developerWorks Linux zone .
• Get involved in the developerWorks community by participating in developerWorks blogs .
•Purchase Linux books at discounted prices in the Linux section of the Developer Bookstore.
•Order the no-charge SEK for Linux , a two-DVD set containing the latest IBM trial software for Linux from DB2®, Lotus®, Rational®, Tivoli®, and WebSphere®.
•Innovate your next Linux development project with IBM trial software , available for download directly from developerWorks.
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 |
