<?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[Fehler bei einbinden der &amp;lt;iostream.h&amp;gt;]]></title><description><![CDATA[<p>Hallole.<br />
Ich habe gereade mit VC++ ein neues Projekt(kommandozeile) erstellt und will da ein bischen herumtesten.<br />
Ich binde also die &lt;iostream.h &gt; ein, welche auch gefunden wird, aber es kommt folgende Fehlermeldung:</p>
<pre><code>Fehler	1	fatal error C1189: #error :  ERROR: Use of C runtime library internal header file.	d:\programme\microsoft platform sdk\src\crt\iostream.h	33
</code></pre>
<p>Was kann das bedeuten?</p>
<p>Mondmann</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162817/fehler-bei-einbinden-der-lt-iostream-h-gt</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 06:14:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162817.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Oct 2006 14:35:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 14:35:00 GMT]]></title><description><![CDATA[<p>Hallole.<br />
Ich habe gereade mit VC++ ein neues Projekt(kommandozeile) erstellt und will da ein bischen herumtesten.<br />
Ich binde also die &lt;iostream.h &gt; ein, welche auch gefunden wird, aber es kommt folgende Fehlermeldung:</p>
<pre><code>Fehler	1	fatal error C1189: #error :  ERROR: Use of C runtime library internal header file.	d:\programme\microsoft platform sdk\src\crt\iostream.h	33
</code></pre>
<p>Was kann das bedeuten?</p>
<p>Mondmann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159638</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159638</guid><dc:creator><![CDATA[Mondmann]]></dc:creator><pubDate>Mon, 23 Oct 2006 14:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 14:45:59 GMT]]></title><description><![CDATA[<p>Habe gerade festgestellt, daß das mit allem ist, was ich einbinden will.<br />
iostream,fstream usw....</p>
<p>Was ist der Fehler?</p>
<p>Mondmann</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159651</guid><dc:creator><![CDATA[Mondmann]]></dc:creator><pubDate>Mon, 23 Oct 2006 14:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 14:48:04 GMT]]></title><description><![CDATA[<p>Mondmann schrieb:</p>
<blockquote>
<p>Ich binde also die &lt;iostream.h &gt; ein</p>
</blockquote>
<p>&lt;iostream&gt;, ohne &quot;.h&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159652</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159652</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Mon, 23 Oct 2006 14:48:04 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 14:49:43 GMT]]></title><description><![CDATA[<p>Nein, das ist es nicht. WIe gesagt, das kommt bei jeder Header Datei vor..egal welche....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159655</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159655</guid><dc:creator><![CDATA[Mondmann]]></dc:creator><pubDate>Mon, 23 Oct 2006 14:49:43 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 15:17:31 GMT]]></title><description><![CDATA[<p>Ich habe eine W32 Konsolenanwendung erstellt, vielleicht hilft das weiter?<br />
Aber es ist egal was ich mit dem Assistenten erstelle, immer dasselbe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159682</guid><dc:creator><![CDATA[Mondmann]]></dc:creator><pubDate>Mon, 23 Oct 2006 15:17:31 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Mon, 23 Oct 2006 15:22:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Vielleicht schreibst du bei fstream auch .h hin und das wäre ebenfalls nicht korrekt.</p>
<p>chrische</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1159691</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1159691</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 23 Oct 2006 15:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei einbinden der &amp;lt;iostream.h&amp;gt; on Tue, 24 Oct 2006 11:23:54 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>weisst nicht ob es unbedingt korrekt ist aber hast du die SDK Plattform mitinstalliert ? Wenn nicht kannst du auf folgender Seite SDK nachinstallieren und dort gibt es auch eine Beschreibung wie du das einbindest.</p>
<p><a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/</a></p>
<p>Hoffe das könnte dir helfen falls nicht einfach ignorieren <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Gruss<br />
Stormrider</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1160237</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1160237</guid><dc:creator><![CDATA[Stormrider666]]></dc:creator><pubDate>Tue, 24 Oct 2006 11:23:54 GMT</pubDate></item></channel></rss>