<?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[stdafx.h wo is iostream HILFE]]></title><description><![CDATA[<p>also mir wurde gesagt das bei jedem compiler iostream dabei ist da ist aber nur stdafx.h woher bekomme ich jetzt iostream für cout und cin und so bitte helft mir weiß net weiter bin ja auch noch n anfänger <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--smiling_face_with_sunglasses"
      title="8)"
      alt="😎"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/279732/stdafx-h-wo-is-iostream-hilfe</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 10:09:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/279732.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Jan 2011 22:54:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Sun, 02 Jan 2011 22:54:23 GMT]]></title><description><![CDATA[<p>also mir wurde gesagt das bei jedem compiler iostream dabei ist da ist aber nur stdafx.h woher bekomme ich jetzt iostream für cout und cin und so bitte helft mir weiß net weiter bin ja auch noch n anfänger <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--smiling_face_with_sunglasses"
      title="8)"
      alt="😎"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001481</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001481</guid><dc:creator><![CDATA[Hilfe bitte!!!]]></dc:creator><pubDate>Sun, 02 Jan 2011 22:54:23 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Sun, 02 Jan 2011 23:13:47 GMT]]></title><description><![CDATA[<p>Wie hast du festgestellt, dass du iostream nicht hast?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001486</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001486</guid><dc:creator><![CDATA[Manni66]]></dc:creator><pubDate>Sun, 02 Jan 2011 23:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 07:36:18 GMT]]></title><description><![CDATA[<p>Weiss nicht in welchem Forum, aber vor ein paar Tagen ...</p>
<p>Schau dir den Inhalt der &quot;stdafx.h&quot; an.</p>
<p>Oder hab ich deine Frage mit falsch gedeutet?</p>
<p>MfG f.-th.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001529</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001529</guid><dc:creator><![CDATA[f.-th.]]></dc:creator><pubDate>Mon, 03 Jan 2011 07:36:18 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 07:45:37 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;iostream&gt;
</code></pre>
<p>???????????????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001532</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001532</guid><dc:creator><![CDATA[USR32]]></dc:creator><pubDate>Mon, 03 Jan 2011 07:45:37 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 07:58:50 GMT]]></title><description><![CDATA[<p>Hilfe bitte!!! schrieb:</p>
<blockquote>
<p>also mir wurde gesagt das bei jedem compiler iostream dabei ist da ist aber nur stdafx.h woher bekomme ich jetzt iostream für cout und cin und so bitte helft mir weiß net weiter bin ja auch noch n anfänger <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--smiling_face_with_sunglasses"
      title="8)"
      alt="😎"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
</blockquote>
<p>Ein par Satzzeichen wären nicht schlecht <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>Versuch mal den Code hier, der müsste funktionieren:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt; // Hier bindest du iostream ein

int main()
{
	std::cout &lt;&lt; &quot;Hello World&quot; &lt;&lt; std::endl;
}
</code></pre>
<p>Welchen Compiler verwendest du den?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001535</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001535</guid><dc:creator><![CDATA[icarus2]]></dc:creator><pubDate>Mon, 03 Jan 2011 07:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 07:58:52 GMT]]></title><description><![CDATA[<p>Der Header iostream liegt normalerweise irgendwo im Installationsverzeichnis des Compilers bzw. der IDE. Er erscheint nicht im Projekt, sondern wird <em>nur</em> inkludiert. Ein kleines Bsp.</p>
<pre><code class="language-cpp">#include &quot;stdafx.h&quot;

#include &lt;iostream&gt;

int main()
{
   std::cout &lt;&lt; &quot;Hello World&quot; &lt;&lt; std::endl;
}
</code></pre>
<p>Noch ein Wort zum Header stdafx.h: Das dieser Header ist für die Precompiled Header da. Was dort inkludiert wird, wird vor-kompiliert. So wird versucht die Zeit um zu Kompilieren zu verkleinern. In kleinen Projekten spielt das keine Rolle und die einzige Sache die beachtet werden muss ist, dass in jedem CPP file der stdafx.h Header als erstes inkludiert wird. BTW: Das ist ein VS spezifisches Feature.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001537</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001537</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Mon, 03 Jan 2011 07:58:52 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 10:43:20 GMT]]></title><description><![CDATA[<p>ja ich bekomme immer einen error header datei kann nicht gefunden werden iostream is da irgendwie net ddrin auch net bei header dateien im compiler!!!das muss doch gehen bitte helft mir</p>
<p>[code]<br />
// neu1.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung.<br />
//</p>
<p>#include &quot;stdafx.h&quot;</p>
<p>int _tmain(int argc, _TCHAR* argv[])<br />
{<br />
return 0;<br />
}</p>
<p>und unter hewader dateien sthene nur stdafx.h und targetfer.h ich habe MS vS 2008 ( und 2010 auch geht auch net):HELF T PLSSS <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001599</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001599</guid><dc:creator><![CDATA[öloöpöü]]></dc:creator><pubDate>Mon, 03 Jan 2011 10:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 10:45:51 GMT]]></title><description><![CDATA[<p>konsolenanwendung habe ich ausgewählt wenn das vielleicht ein grund ist ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001600</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001600</guid><dc:creator><![CDATA[bitte hilfee]]></dc:creator><pubDate>Mon, 03 Jan 2011 10:45:51 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 10:53:15 GMT]]></title><description><![CDATA[<p>Benutzt du VS Express 2010 ? ??? ?? ? ?? ? ?? ?? ?? ? ?</p>
<p>Falls nicht welche IDE benutzt du ?<br />
Hast du #include &lt;iostream&gt; korrekt geschrieben ?<br />
Copy Paste den folgenden Code !</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

int main()
{
    std::cout &lt;&lt; &quot;H3ll0 W0rld  xD&quot; &lt;&lt; std::endl;

    std::cin.get();
    return 0; 
}
</code></pre>
<p>Hast du versucht die IDE neu zu installieren ?</p>
<p>Es <strong>MUSS</strong> Funktionieren !!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001602</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001602</guid><dc:creator><![CDATA[USR32]]></dc:creator><pubDate>Mon, 03 Jan 2011 10:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 11:36:54 GMT]]></title><description><![CDATA[<p>fatal error C1010: Unerwartetes Dateiende während der Suche nach dem vorkompilierten Header. Haben Sie möglicherweise vergessen, im Quellcode &quot;#include &quot;stdafx.h&quot;&quot; einzufügen?<br />
fehler was jez</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001624</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001624</guid><dc:creator><![CDATA[bitte hilfe!]]></dc:creator><pubDate>Mon, 03 Jan 2011 11:36:54 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 11:38:41 GMT]]></title><description><![CDATA[<p>#include &quot;stdafx.h&quot;</p>
<p>#include &lt;iostream&gt;</p>
<p>int main()<br />
{<br />
std::cout &lt;&lt; &quot;H3ll0 W0rld xD&quot; &lt;&lt; std::endl;</p>
<p>std::cin.get();<br />
return 0;<br />
}<br />
geht auch net<br />
Datei (vorkompilierte Headerdatei) kann nicht geöffnet werden: &quot;Debug\ALTA.pch&quot;: No such file or directory</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001626</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001626</guid><dc:creator><![CDATA[bitte hilfe!]]></dc:creator><pubDate>Mon, 03 Jan 2011 11:38:41 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 11:50:21 GMT]]></title><description><![CDATA[<p>Erstelle doch einfach mal ein leeres Projekt füge eine leere Datei hinzu und kopiere den Code hinein, dann ist in deinen projekteinstellungen auch kein vorkompilierter header aktiviert...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001630</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001630</guid><dc:creator><![CDATA[HighLigerBiMBam]]></dc:creator><pubDate>Mon, 03 Jan 2011 11:50:21 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 11:59:48 GMT]]></title><description><![CDATA[<p>HÄÄ verstehe ich garnet mir wurde gesagt bei jedem compiler id des dabei !!!!!!!!!!!!!!!!!!!mann jez werde ich aber sauer wie was soll ich jetzt machen ich mache jetzt:<br />
1.neues projekt<br />
2.dann steht da:[cli]// NEU!.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung.<br />
//</p>
<p>#include &quot;stdafx.h&quot;</p>
<p>int _tmain(int argc, _TCHAR* argv[])<br />
{<br />
return 0;<br />
}</p>
<p>und dann ???????????????????????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001636</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001636</guid><dc:creator><![CDATA[HILFEEE!]]></dc:creator><pubDate>Mon, 03 Jan 2011 11:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:04:12 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &quot;stdafx.h&quot;
#include &lt;iostream&gt;

int _tmain(int argc, _TCHAR* argv[])
{
   std::cout &lt;&lt; &quot;H3110 W0R1D&quot; &lt;&lt; std::endl;

   std::cin.get();
   return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2001638</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001638</guid><dc:creator><![CDATA[USR32]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:07:18 GMT]]></title><description><![CDATA[<p>dann kann er stdafx net öffnen<br />
Datei (vorkompilierte Headerdatei) kann nicht geöffnet werden: &quot;Debug\NEU!.pch&quot;: No such file or directory</p>
<p>aber wie mavch ich das das ich nur cout&lt;&lt;&quot;usw.&quot;&lt;&lt;endl;<br />
net std::: und so using namespace std??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001640</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001640</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:07:18 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:11:38 GMT]]></title><description><![CDATA[<p>lol wo im verzeichnis is die stdafx datei die find ich garnet dann liehg t es daran vielleicht ??!! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_down"
      title=":-1:"
      alt="👎"
    /> muss ich jez den compiler neuinstallieren<br />
????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001641</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001641</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:11:38 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:11:55 GMT]]></title><description><![CDATA[<p>Ich sehe nicht, dass du machst was man dir sagt: &quot;Erstelle ein neues LEERES Projekt!&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001643</guid><dc:creator><![CDATA[HighLigerBiMBam]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:11:55 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:11:57 GMT]]></title><description><![CDATA[<p>help me schrieb:</p>
<blockquote>
<p>dann kann er stdafx net öffnen<br />
Datei (vorkompilierte Headerdatei) kann nicht geöffnet werden: &quot;Debug\NEU!.pch&quot;: No such file or directory</p>
<p>aber wie mavch ich das das ich nur cout&lt;&lt;&quot;usw.&quot;&lt;&lt;endl;<br />
net std::: und so using namespace std??</p>
</blockquote>
<p>Deaktiviere Vorkomplierte Header bei den Projekt Eigenschaften .</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001644</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001644</guid><dc:creator><![CDATA[USR32]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:11:57 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:17:12 GMT]]></title><description><![CDATA[<p>habe jetzt ein leeres projekt und jetzt ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001647</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:17:12 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:18:57 GMT]]></title><description><![CDATA[<p>eine neue leere cpp Datei deinem projekt hinzufügen und den Code einfügen:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

int main()
{
   std::cout &lt;&lt; &quot;H3110 W0R1D&quot; &lt;&lt; std::endl;

   std::cin.get();
   return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2001649</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001649</guid><dc:creator><![CDATA[HighLigerBiMBam]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:24:01 GMT]]></title><description><![CDATA[<p>ey wie dumm das ist ey<br />
also neues leeeres projekt dann auf neu-&gt;datei cpp datei dann das einfügen und dann ist diese datei doch net mit im projekt -.- ey ich check des net <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001651</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:24:01 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:35:44 GMT]]></title><description><![CDATA[<p>wenn du ein leeres Projekt hast ist in der Projektmappe keine datei. Dort machst du rechtsklick hinzufügen-&gt; neues Element, wählst cpp gibst dem ding einen Namen machst fertig und kopierst den code dort rein. So schwer ist das nicht.</p>
<p>Hier ist eine tolle Anleitung: <a href="https://www.fbi.h-da.de/fileadmin/personal/n.spangler/MN_Programmieren_1/organisation/Anleitung_Projekt_anlegen_MS_Visual_C___2010_Express.pdf" rel="nofollow">https://www.fbi.h-da.de/fileadmin/personal/n.spangler/MN_Programmieren_1/organisation/Anleitung_Projekt_anlegen_MS_Visual_C___2010_Express.pdf</a></p>
<p>Vorbereitung:<br />
&quot;Rechner hochfahre&quot;</p>
<p>hat mir Tränen ins Gesicht gezaubert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001654</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001654</guid><dc:creator><![CDATA[HighLigerBiMBam]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:35:44 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:35:35 GMT]]></title><description><![CDATA[<p>bei leeres projekt is das aber grau da kann ich nix eingeben XD wie ging den das nochma hab gleich zuviel ey ....bei mir geht es einfach net <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001657</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001657</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:35:35 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:38:08 GMT]]></title><description><![CDATA[<p>Versuchs erstmal mit der Anleitung nach meinen 4 edits....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001660</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001660</guid><dc:creator><![CDATA[HighLigerBiMBam]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:38:08 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:39:37 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f576.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--sunglasses"
      title=":sunglasses:"
      alt="🕶"
    /> Oder lass es einfach bleiben.. scheint ja nix zu nützen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001661</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:39:37 GMT</pubDate></item><item><title><![CDATA[Reply to stdafx.h wo is iostream HILFE on Mon, 03 Jan 2011 12:40:36 GMT]]></title><description><![CDATA[<p>OKKE aber das is für MS VS &quot;C&quot; das geht doch net muss doch c++ sein oda</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2001663</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2001663</guid><dc:creator><![CDATA[help me]]></dc:creator><pubDate>Mon, 03 Jan 2011 12:40:36 GMT</pubDate></item></channel></rss>