<?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[Fehlermeldung]]></title><description><![CDATA[<p>Ich habe ein Hello-World Programm aus einem Kurs abgeschrieben und bekomme folgende Fehlermeldung:</p>
<p>1 C:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp In file included from C:/Dev-Cpp/include/c++/3.4.2/backward/iostream.h:31, from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp</p>
<p>1 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp</p>
<p>32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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.</p>
<p>3 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp `main' must return `int'</p>
<p>bei folgendem Programm:</p>
<pre><code class="language-cpp">#include &lt;iostream.h&gt;
void main()
{
   // Dies ist das Hello-World-Programm
   cout&lt;&lt;&quot;Hello, world!&quot;&lt;&lt;endl;
};
</code></pre>
<p>Kann jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/163048/fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 17:20:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/163048.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Oct 2006 14:50:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 14:50:09 GMT]]></title><description><![CDATA[<p>Ich habe ein Hello-World Programm aus einem Kurs abgeschrieben und bekomme folgende Fehlermeldung:</p>
<p>1 C:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp In file included from C:/Dev-Cpp/include/c++/3.4.2/backward/iostream.h:31, from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp</p>
<p>1 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp from C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp</p>
<p>32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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.</p>
<p>3 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp `main' must return `int'</p>
<p>bei folgendem Programm:</p>
<pre><code class="language-cpp">#include &lt;iostream.h&gt;
void main()
{
   // Dies ist das Hello-World-Programm
   cout&lt;&lt;&quot;Hello, world!&quot;&lt;&lt;endl;
};
</code></pre>
<p>Kann jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161059</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161059</guid><dc:creator><![CDATA[Montekar]]></dc:creator><pubDate>Wed, 25 Oct 2006 14:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 14:55:42 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-151578.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-151578.html</a></p>
<p>Punkt 3 beachten!</p>
<p>Schmeiss das Tutorial weg! Wird wahrscheinlich noch mehr Fehler drin haben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161062</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161062</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Wed, 25 Oct 2006 14:55:42 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 14:55:31 GMT]]></title><description><![CDATA[<p>Steht doch schon da was du machen sollst.</p>
<p>Montekar schrieb:</p>
<blockquote>
<p>32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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 <strong>&lt;iostream&gt;</strong> instead of the deprecated header &lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.</p>
<p>3 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp <code>main' must **return</code>int**'</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1161063</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161063</guid><dc:creator><![CDATA[DragonOfDarkness]]></dc:creator><pubDate>Wed, 25 Oct 2006 14:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 14:57:53 GMT]]></title><description><![CDATA[<p>Ich hab mir gestern das Tutorial geladen und hab kenn mich überhaupt nicht mit c++ aus sry... wo find ich denn ein besseres Tutorial für Einsteiger?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161066</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161066</guid><dc:creator><![CDATA[Montekar]]></dc:creator><pubDate>Wed, 25 Oct 2006 14:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 14:59:13 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;iostream&gt;
int main()
{
   // Dies ist das Hello-World-Programm
   cout&lt;&lt;&quot;Hello, world!&quot;&lt;&lt;endl;
  return 0;
};
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1161068</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161068</guid><dc:creator><![CDATA[MachSo Ohohoh..lalala]]></dc:creator><pubDate>Wed, 25 Oct 2006 14:59:13 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 15:02:33 GMT]]></title><description><![CDATA[<p>Klappt alles nicht: Neues Tutorial, gleicher Fehler...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161076</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161076</guid><dc:creator><![CDATA[Montekar]]></dc:creator><pubDate>Wed, 25 Oct 2006 15:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 15:04:35 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;iostream&gt; 
int main() 
{ 
   // Dies ist das Hello-World-Programm 
   std::cout&lt;&lt;&quot;Hello, world!&quot;&lt;&lt;std::endl; 
  return 0; 
};
</code></pre>
<p>Wenn das nun immernoch nicht klappt, noch mal Fehlermeldungen posten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161078</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161078</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Wed, 25 Oct 2006 15:04:35 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 15:10:09 GMT]]></title><description><![CDATA[<p>Also, ich habe einen Compiler und ein Tutorial runtergeladen, brauche ich vielleicht sonst noch was?</p>
<p>(Fehlermeldung hat sich nicht geändert...)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161086</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161086</guid><dc:creator><![CDATA[Montekar]]></dc:creator><pubDate>Wed, 25 Oct 2006 15:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 15:16:17 GMT]]></title><description><![CDATA[<p>Das ist überhaupt nicht möglich.</p>
<p>Wenn du diesen Quelltext:</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
int main()
{
   // Dies ist das Hello-World-Programm
   std::cout&lt;&lt;&quot;Hello, world!&quot;&lt;&lt;std::endl;
  return 0;
};
</code></pre>
<p>durch einen Compiler jagst, können diese Fehlermeldungen</p>
<blockquote>
<p>32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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.</p>
<p>3 C:\Dokumente und Einstellungen\Benutzer\Desktop\main.cpp `main' must return `int'</p>
</blockquote>
<p>unmöglich auftauchen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161091</guid><dc:creator><![CDATA[Z2]]></dc:creator><pubDate>Wed, 25 Oct 2006 15:16:17 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Wed, 25 Oct 2006 15:27:24 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><a href="http://tutorial.schornboeck.net/inhalt.htm" rel="nofollow">das Tutorial hier</a> ist aktuell und korrekt</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1161104</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1161104</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 25 Oct 2006 15:27:24 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Mon, 20 Nov 2006 17:05:38 GMT]]></title><description><![CDATA[<p>Hallo<br />
ich habe schon mal erlebt das es am Compiler liegt, &quot;int main()&quot; hat nicht gereicht, mit &quot;int main(int argc, char *argv[])&quot; gings dann.</p>
<p>Grüße, Mathes</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1177953</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1177953</guid><dc:creator><![CDATA[Zufällig hier]]></dc:creator><pubDate>Mon, 20 Nov 2006 17:05:38 GMT</pubDate></item></channel></rss>