<?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[Stehe ganz am Anfang]]></title><description><![CDATA[<p>Warum kompiliert mein Compiler Borland C++ Builder 6.0 Professional nicht das einfache Programm?</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

using namespace std;

int main()
{
        cout&lt;&lt;&quot;Hello World&quot;;
}
</code></pre>
<p>Der Fehler lautet: F1013 Fehler beim Schreiben der Ausgabedatei</p>
<p>Muß ich da irgendwo etwas einstellen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74626/stehe-ganz-am-anfang</link><generator>RSS for Node</generator><lastBuildDate>Sat, 27 Jun 2026 23:13:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74626.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 May 2004 09:00:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Stehe ganz am Anfang on Sun, 23 May 2004 09:00:55 GMT]]></title><description><![CDATA[<p>Warum kompiliert mein Compiler Borland C++ Builder 6.0 Professional nicht das einfache Programm?</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

using namespace std;

int main()
{
        cout&lt;&lt;&quot;Hello World&quot;;
}
</code></pre>
<p>Der Fehler lautet: F1013 Fehler beim Schreiben der Ausgabedatei</p>
<p>Muß ich da irgendwo etwas einstellen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525428</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525428</guid><dc:creator><![CDATA[jens1712]]></dc:creator><pubDate>Sun, 23 May 2004 09:00:55 GMT</pubDate></item><item><title><![CDATA[Reply to Stehe ganz am Anfang on Sun, 23 May 2004 09:08:15 GMT]]></title><description><![CDATA[<p>Hi,<br />
schau mal hier: <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a><br />
Da haben wir häufige Fragen zusammengefasst....<br />
Deine Frage wurde auch schon häufig gestellt und deshalb steht die da mit dabei!<br />
(TIP: unter Fataler Fehler)</p>
<p>MfG</p>
<p>Alexander Sulfrian</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525436</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525436</guid><dc:creator><![CDATA[Alexander Sulfrian]]></dc:creator><pubDate>Sun, 23 May 2004 09:08:15 GMT</pubDate></item></channel></rss>