<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 15.4 &#8212; Uncaught exceptions, catch-all handlers, and exception specifiers</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 10:51:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vidya</title>
		<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/comment-page-1/#comment-78090</link>
		<dc:creator>vidya</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=215#comment-78090</guid>
		<description>Hi,

How to catch exceptions occurred in DLL.
For example
main()
{
calling the &quot;A.DLL&quot; (DLL(donot know the source code) is generating unhandled exception, access violation)
}

How I do catch it in my main program so that I can terminate it properly

Regards,
Vidyakumar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How to catch exceptions occurred in DLL.<br />
For example<br />
main()<br />
{<br />
calling the &#8220;A.DLL&#8221; (DLL(donot know the source code) is generating unhandled exception, access violation)<br />
}</p>
<p>How I do catch it in my main program so that I can terminate it properly</p>
<p>Regards,<br />
Vidyakumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiena</title>
		<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/comment-page-1/#comment-57913</link>
		<dc:creator>Kiena</dc:creator>
		<pubDate>Wed, 15 Apr 2009 12:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=215#comment-57913</guid>
		<description>As an analogy, you can think of c++ exceptions as java runtime exceptions or errors.

In java, errors and runtime exceptions can optionally be specified in the signature as well, but handling them is never mandatory. In c++, by specifying them, you could enforce exception checking, but even compilers may not support this, according to the tutorial. Many developers consider checked exceptions a mistake in the java language too (probably because of their misuse even in the standard api).</description>
		<content:encoded><![CDATA[<p>As an analogy, you can think of c++ exceptions as java runtime exceptions or errors.</p>
<p>In java, errors and runtime exceptions can optionally be specified in the signature as well, but handling them is never mandatory. In c++, by specifying them, you could enforce exception checking, but even compilers may not support this, according to the tutorial. Many developers consider checked exceptions a mistake in the java language too (probably because of their misuse even in the standard api).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/comment-page-1/#comment-53701</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=215#comment-53701</guid>
		<description>Hi there,

I&#039;m just learning c/c++. I am from a Java background and very used to a method specifying the Exceptions it is throwing. How would you know what Exceptions to expect from a function in c++ then? Hope that the function is well documented? Otherwise wouldn&#039;t you always have to check for the general exception?!

Thank you, Peter</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m just learning c/c++. I am from a Java background and very used to a method specifying the Exceptions it is throwing. How would you know what Exceptions to expect from a function in c++ then? Hope that the function is well documented? Otherwise wouldn&#8217;t you always have to check for the general exception?!</p>
<p>Thank you, Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 15.5 &#8212; Exceptions, classes, and inheritance</title>
		<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/comment-page-1/#comment-31075</link>
		<dc:creator>Learn C++ - &#187; 15.5 &#8212; Exceptions, classes, and inheritance</dc:creator>
		<pubDate>Sun, 26 Oct 2008 17:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=215#comment-31075</guid>
		<description>[...] 15.4 &#8212; Uncaught exceptions, catch-all handlers, and exception specifiers  [...]</description>
		<content:encoded><![CDATA[<p>[...] 15.4 &#8212; Uncaught exceptions, catch-all handlers, and exception specifiers  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 15.3 &#8212; Exceptions, functions, and stack unwinding</title>
		<link>http://www.learncpp.com/cpp-tutorial/154-uncaught-exceptions-catch-all-handlers-and-exception-specifiers/comment-page-1/#comment-30975</link>
		<dc:creator>Learn C++ - &#187; 15.3 &#8212; Exceptions, functions, and stack unwinding</dc:creator>
		<pubDate>Sat, 25 Oct 2008 20:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=215#comment-30975</guid>
		<description>[...] 15.4 &#8212; Uncaught exceptions, catch-all handlers, and exception specifiers  [...]</description>
		<content:encoded><![CDATA[<p>[...] 15.4 &#8212; Uncaught exceptions, catch-all handlers, and exception specifiers  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
