| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Denis Petronenko" |
| Date: |
07 Aug 2006 10:42:58 AM |
| Object: |
exception model for real-life applications |
Hello,
Can somebody show examples of well-designed exception models for real
applications? For example, when application has many logical layers,
code errors, etc.
Thanks.
.
|
|
| User: "mlimber" |
|
| Title: Re: exception model for real-life applications |
07 Aug 2006 01:14:31 PM |
|
|
Denis Petronenko wrote:
Can somebody show examples of well-designed exception models for real
applications? For example, when application has many logical layers,
code errors, etc.
I presume you're looking for something open-source, and I can't help
you with that. But I can recommend Items 68-75 in _C++ Coding
Standards_ by Sutter and Alexandrescu, which gives good advice and
guidelines on this subject.
Cheers! --M
.
|
|
|
|

|
Related Articles |
|
|