X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Grizlyk" Newsgroups: comp.os.msdos.djgpp Subject: Where can I read about exception internals more detailed ? Date: 24 Jan 2007 00:05:04 -0800 Organization: http://groups.google.com Lines: 19 Message-ID: <1169625904.449697.293940@k78g2000cwa.googlegroups.com> NNTP-Posting-Host: 217.15.131.104 Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Trace: posting.google.com 1169625911 6161 127.0.0.1 (24 Jan 2007 08:05:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 24 Jan 2007 08:05:11 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: k78g2000cwa.googlegroups.com; posting-host=217.15.131.104; posting-account=xplzNA0AAAAvDsiyOJTJ3vmBrkgkT74Q To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. I think, it is impossible to understand C++ exception using without concrete examples of exceptions implementation. For example, when I call any C/C++ function, I always know how parameters will be posted to, how function will create prolog and epilog, make access to its parameters and other details of implementation. Unlike fuctions, I can not explain stack state for each stage of exception handling and other exception internals, and due to unknown behaviour really I can _not_ use exceptions calm and shure. Where can I read in internet about more detailed exception internals?