<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Die Bedeutung von exit(0)&#x2F;exit 0]]></title><description><![CDATA[<p>Welchen Unterschied bietet der Abbruch mittels</p>
<pre><code>exit 0
</code></pre>
<p>und</p>
<pre><code>exit(0)
</code></pre>
<p>bzw.</p>
<pre><code>exit 1
</code></pre>
<p>und</p>
<pre><code>exit(1)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/190679/die-bedeutung-von-exit-0-exit-0</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 17:01:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/190679.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Aug 2007 11:46:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Die Bedeutung von exit(0)&#x2F;exit 0 on Sat, 25 Aug 2007 11:46:19 GMT]]></title><description><![CDATA[<p>Welchen Unterschied bietet der Abbruch mittels</p>
<pre><code>exit 0
</code></pre>
<p>und</p>
<pre><code>exit(0)
</code></pre>
<p>bzw.</p>
<pre><code>exit 1
</code></pre>
<p>und</p>
<pre><code>exit(1)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1351747</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1351747</guid><dc:creator><![CDATA[Algorithm_of_J.Porcaro]]></dc:creator><pubDate>Sat, 25 Aug 2007 11:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to Die Bedeutung von exit(0)&#x2F;exit 0 on Sat, 25 Aug 2007 11:53:09 GMT]]></title><description><![CDATA[<p>exit ist eine Funktion, ohne Klammern ist es also ein Syntaxfehler.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1351751</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1351751</guid><dc:creator><![CDATA[Bashar]]></dc:creator><pubDate>Sat, 25 Aug 2007 11:53:09 GMT</pubDate></item></channel></rss>