<?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[Anfäger mit tut Problemen!]]></title><description><![CDATA[<p>Also ich versuche mit dem Volkards C++ Kurs mir so nen bissel die grundlagen anzueigenen!</p>
<p>Nutze den DEV C++ Bloodsheed Compiler!</p>
<p>Nur schon bei dem ersten Programm das man schreiben soll, werden Fehler beim Copiler augegeben!</p>
<p>Da ich keine ahnung hab wodran das liegt... wollte ich nicht so &quot;Fehlerhaft&quot; weitermachen... also hier der TExt der cpp datei:</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>keine ahnung ob da schon ein fehler drinn ist...aber das sagt der compiler:</p>
<pre><code>// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library.  This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 2, or (at your option)
// any later version.

// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING.  If not, write to the Free
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA.

// As a special exception, you may use this file as part of a free software
// library without restriction.  Specifically, if other files instantiate
// templates or use macros or inline functions from this file, or you compile
// this file and link it with other files to produce an executable, this
// file does not by itself cause the resulting executable to be covered by
// the GNU General Public License.  This exception does not however
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.

#ifndef _BACKWARD_BACKWARD_WARNING_H
#define _BACKWARD_BACKWARD_WARNING_H 1

#ifdef __DEPRECATED
#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.
#endif

#endif
</code></pre>
<p>Ich weiß nur nicht was ich machen kann oder warum das Programm nicht das tut richtig Completieren kann...</p>
<p>Ich hoffe nicht das was da drinn steht waflsch ist o.O. wenn ja dann sagt mir bitte ein anderes einfaches tut oder eiin PRogramm was die Quellcode copletieren kann.</p>
<p>Danke!<br />
ps: win Xp Professional mit neusten updates user, fals von intresse ist...<br />
mfg Mother-Brain</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/158105/anfäger-mit-tut-problemen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 13:38:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/158105.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Sep 2006 12:45:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 12:45:29 GMT]]></title><description><![CDATA[<p>Also ich versuche mit dem Volkards C++ Kurs mir so nen bissel die grundlagen anzueigenen!</p>
<p>Nutze den DEV C++ Bloodsheed Compiler!</p>
<p>Nur schon bei dem ersten Programm das man schreiben soll, werden Fehler beim Copiler augegeben!</p>
<p>Da ich keine ahnung hab wodran das liegt... wollte ich nicht so &quot;Fehlerhaft&quot; weitermachen... also hier der TExt der cpp datei:</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>keine ahnung ob da schon ein fehler drinn ist...aber das sagt der compiler:</p>
<pre><code>// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library.  This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 2, or (at your option)
// any later version.

// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING.  If not, write to the Free
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA.

// As a special exception, you may use this file as part of a free software
// library without restriction.  Specifically, if other files instantiate
// templates or use macros or inline functions from this file, or you compile
// this file and link it with other files to produce an executable, this
// file does not by itself cause the resulting executable to be covered by
// the GNU General Public License.  This exception does not however
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.

#ifndef _BACKWARD_BACKWARD_WARNING_H
#define _BACKWARD_BACKWARD_WARNING_H 1

#ifdef __DEPRECATED
#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.
#endif

#endif
</code></pre>
<p>Ich weiß nur nicht was ich machen kann oder warum das Programm nicht das tut richtig Completieren kann...</p>
<p>Ich hoffe nicht das was da drinn steht waflsch ist o.O. wenn ja dann sagt mir bitte ein anderes einfaches tut oder eiin PRogramm was die Quellcode copletieren kann.</p>
<p>Danke!<br />
ps: win Xp Professional mit neusten updates user, fals von intresse ist...<br />
mfg Mother-Brain</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129072</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129072</guid><dc:creator><![CDATA[Mother-Brain]]></dc:creator><pubDate>Fri, 01 Sep 2006 12:45:29 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 12:48:03 GMT]]></title><description><![CDATA[<blockquote>
<p>#warning This file includes at least one deprecated or antiquated header. \<br />
Please consider using one of the 32 headers found in section 17.4.1.2 of the \<br />
C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; \<br />
header for C++ includes, or &lt;iostream&gt; instead of the deprecated header \<br />
&lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129078</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129078</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Fri, 01 Sep 2006 12:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 12:48:30 GMT]]></title><description><![CDATA[<p>Mother-Brain schrieb:</p>
<blockquote>
<p>// Copyright (C) 2001 Free Software Foundation, Inc.<br />
//<br />
// This file is part of the GNU ISO C++ Library. This library is free<br />
// software; you can redistribute it and/or modify it under the<br />
// terms of the GNU General Public License as published by the<br />
// Free Software Foundation; either version 2, or (at your option)<br />
// any later version.</p>
<p>// This library is distributed in the hope that it will be useful,<br />
// but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br />
// GNU General Public License for more details.</p>
<p>// You should have received a copy of the GNU General Public License along<br />
// with this library; see the file COPYING. If not, write to the Free<br />
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,<br />
// USA.</p>
<p>// As a special exception, you may use this file as part of a free software<br />
// library without restriction. Specifically, if other files instantiate<br />
// templates or use macros or inline functions from this file, or you compile<br />
// this file and link it with other files to produce an executable, this<br />
// file does not by itself cause the resulting executable to be covered by<br />
// the GNU General Public License. This exception does not however<br />
// invalidate any other reasons why the executable file might be covered by<br />
// the GNU General Public License.</p>
<p>#ifndef _BACKWARD_BACKWARD_WARNING_H<br />
#define _BACKWARD_BACKWARD_WARNING_H 1</p>
<p>#ifdef __DEPRECATED<br />
#warning This file includes at least one deprecated or antiquated header. \<br />
Please consider using one of the 32 headers found in section 17.4.1.2 of the \<br />
C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; \<br />
header for C++ includes, <strong>or &lt;iostream&gt; instead of the deprecated header \<br />
&lt;iostream.h&gt;.</strong> To disable this warning use -Wno-deprecated.<br />
#endif</p>
<p>#endif</p>
</blockquote>
<p>Da steht doch der Fehler. Nicht iostream.h, sondern ohne .h<br />
Und dann schreibst du unter das #include noch 'using namespace std;'</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129080</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129080</guid><dc:creator><![CDATA[DarthZiu]]></dc:creator><pubDate>Fri, 01 Sep 2006 12:48:30 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:07:23 GMT]]></title><description><![CDATA[<p>danke dann schon mal... aber warum geht das denn so? ist das tut schlecht? oder der compilier? also ich blick das ja noch überhabt nicht..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129102</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129102</guid><dc:creator><![CDATA[Mother-Brain0]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:13:52 GMT]]></title><description><![CDATA[<p>Mother-Brain0 schrieb:</p>
<blockquote>
<p>ist das tut schlecht?</p>
</blockquote>
<p>Es ist, zumindest in der Beziehung, eben nicht auf dem neuesten Stand.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129115</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129115</guid><dc:creator><![CDATA[Javaner]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:28:23 GMT]]></title><description><![CDATA[<p>DarthZiu schrieb:</p>
<blockquote>
<p>Und dann schreibst du unter das #include noch 'using namespace std;'</p>
</blockquote>
<p>Besser ohne using namespace...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129142</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129142</guid><dc:creator><![CDATA[David_pb]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:38:33 GMT]]></title><description><![CDATA[<p>David_pb schrieb:</p>
<blockquote>
<p>Besser ohne using namespace...</p>
</blockquote>
<p>Dann sag ihm aber bitte auch, dass er dann std::cout und std::endl schreiben muss ... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Sonst steht er gleich vor dem nächsten unlösbaren Problem. Übrigens denke ich, dass es für einen Anfänger wesentlich leichter (und übersichtlicher) ist, wenn er 'using namespace std' nimmt. Wenn er dann natürlich (zirka in einer Woche) ne API mit 25 Klassen und 5.000 Zeilen Code schreibt und damit in Namespace-Konflikte gerät, kann er es dann gerne so machen, wie du es ihm vorschlägst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129153</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129153</guid><dc:creator><![CDATA[DarthZiu]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:44:36 GMT]]></title><description><![CDATA[<p>Mother-Brain schrieb:</p>
<blockquote>
<p>Also ich versuche mit dem Volkards C++ Kurs mir so nen bissel die grundlagen anzueigenen!...</p>
</blockquote>
<p>An und für sich keine schlechte Idee, aber wenn Du schon bei C++ bist, fällt mir spontan noch eine andere Sprache ein, die sich für Dich zu lernen lohnte.<br />
<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>Gruß,</p>
<p>Simon2.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129162</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129162</guid><dc:creator><![CDATA[Simon2]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:44:36 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:45:58 GMT]]></title><description><![CDATA[<p>DarthZiu schrieb:</p>
<blockquote>
<p>David_pb schrieb:</p>
<blockquote>
<p>Besser ohne using namespace...</p>
</blockquote>
<p>Dann sag ihm aber bitte auch, dass er dann std::cout und std::endl schreiben muss ... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Sonst steht er gleich vor dem nächsten unlösbaren Problem. Übrigens denke ich, dass es für einen Anfänger wesentlich leichter (und übersichtlicher) ist, wenn er 'using namespace std' nimmt. Wenn er dann natürlich (zirka in einer Woche) ne API mit 25 Klassen und 5.000 Zeilen Code schreibt und damit in Namespace-Konflikte gerät, kann er es dann gerne so machen, wie du es ihm vorschlägst.</p>
</blockquote>
<p>Was spricht dagegen sich garnich erst an using namespace zu gewöhnen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> Sonst steht er (in zirka einer Woche) wieder hier, mit einem unlösbaren Problem... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue"
      title=":P"
      alt="😛"
    /></p>
<p>grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129163</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129163</guid><dc:creator><![CDATA[David_pb]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:45:58 GMT</pubDate></item><item><title><![CDATA[Reply to Anfäger mit tut Problemen! on Fri, 01 Sep 2006 13:54:27 GMT]]></title><description><![CDATA[<p>Volkard hat seinen Kurs bis zu ner gewissen lektion aktualisiert, siehe <a href="http://www.volkard.de" rel="nofollow">www.volkard.de</a></p>
<p>Nimm mal die neue Version soweit es geht durch, das vermeidet diese Fehler. Es soll z.B auch int main und nicht void main sein, manche compiler geben da auch ne Fehlermeldung oder ne Warnung.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129172</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129172</guid><dc:creator><![CDATA[Shinja]]></dc:creator><pubDate>Fri, 01 Sep 2006 13:54:27 GMT</pubDate></item></channel></rss>