<?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[&amp;lt;iostream&amp;gt; vs &amp;lt;iostream.h&amp;gt; (war: &amp;quot;Linux spackt&amp;quot;)]]></title><description><![CDATA[<p>Wenn ich</p>
<p>#include &lt;iostream.h&gt;<br />
void main()<br />
{<br />
cout &lt;&lt; &quot;Marco&quot;;<br />
}</p>
<p>kompilieren will, kommt dass da unten raus. Ich versteh nicht wieso.</p>
<p>/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C++ includes, or &lt;iostream&gt; instead of the deprecated header &lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.<br />
Beispiel.cpp:2: error: '::main' must return 'int'</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/174185/lt-iostream-gt-vs-lt-iostream-h-gt-war-quot-linux-spackt-quot</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 13:56:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/174185.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Feb 2007 18:43:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &amp;lt;iostream&amp;gt; vs &amp;lt;iostream.h&amp;gt; (war: &amp;quot;Linux spackt&amp;quot;) on Fri, 23 Feb 2007 18:59:32 GMT]]></title><description><![CDATA[<p>Wenn ich</p>
<p>#include &lt;iostream.h&gt;<br />
void main()<br />
{<br />
cout &lt;&lt; &quot;Marco&quot;;<br />
}</p>
<p>kompilieren will, kommt dass da unten raus. Ich versteh nicht wieso.</p>
<p>/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C++ includes, or &lt;iostream&gt; instead of the deprecated header &lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.<br />
Beispiel.cpp:2: error: '::main' must return 'int'</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1234274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234274</guid><dc:creator><![CDATA[stylefighter]]></dc:creator><pubDate>Fri, 23 Feb 2007 18:59:32 GMT</pubDate></item><item><title><![CDATA[Reply to &amp;lt;iostream&amp;gt; vs &amp;lt;iostream.h&amp;gt; (war: &amp;quot;Linux spackt&amp;quot;) on Fri, 23 Feb 2007 18:45:55 GMT]]></title><description><![CDATA[<p>Englisch?</p>
<p>babelfish schrieb:</p>
<blockquote>
<p>/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4/backward/backward_warning.h:32:2: Warnung: # schließt das Warnen dieser Akte eine mindestens mißbilligte oder antiquated Überschrift mit ein. Erwägen Sie bitte, eine der 32 Überschriften zu verwenden, die in Abschnitt 17.4.1.2 des C++ Standards gefunden werden. Beispiele schließen das Ersetzen der Überschrift für die Überschrift für C++ einschließt oder anstelle von der mißbilligten Überschrift ein. Diesen warnenden Gebrauch sperren - Wkein-mißbilligt. Beispiel.cpp:2: Störung: '::main ' muß ' internes ' zurückbringen</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1234275</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234275</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Fri, 23 Feb 2007 18:45:55 GMT</pubDate></item><item><title><![CDATA[Reply to &amp;lt;iostream&amp;gt; vs &amp;lt;iostream.h&amp;gt; (war: &amp;quot;Linux spackt&amp;quot;) on Fri, 23 Feb 2007 18:58:25 GMT]]></title><description><![CDATA[<p>Zwei Tips:</p>
<ul>
<li>Verwende bessere Thread-Titel; &quot;Linux spackt&quot; geht leider völlig am Thema des Threads vorbei.</li>
<li>Poste nächstes Mal im richtigen Forum.</li>
<li>Lies mal genau, was da als Fehlermeldung steht.</li>
<li>Sämtliche Fehler sind in der C++-FAQ abgedeckt, Du arbeitest offensichtlich mit einem veralteten C++-Buch.</li>
</ul>
<p>Korrekt müsste das folgendermaßen heißen:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
int main()
{
    std::cout &lt;&lt; &quot;Marco&quot;;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1234282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234282</guid><dc:creator><![CDATA[nman]]></dc:creator><pubDate>Fri, 23 Feb 2007 18:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to &amp;lt;iostream&amp;gt; vs &amp;lt;iostream.h&amp;gt; (war: &amp;quot;Linux spackt&amp;quot;) on Fri, 23 Feb 2007 18:59:54 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=4178" rel="nofollow">nman</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=5" rel="nofollow">Linux/Unix</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1234284</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234284</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Fri, 23 Feb 2007 18:59:54 GMT</pubDate></item></channel></rss>