<?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[wieder Fehlermeldung &amp;quot;&#x27;cout&#x27; was not declared in this scope&amp;quot;?]]></title><description><![CDATA[<p>hallo Leute,<br />
ich bin noch blutiger anfänger was c++ betrifft.</p>
<p>Da programm ist ganz primitiv:</p>
<pre><code>#inculde&lt;iostream&gt;
using namespace std;
int main()
{
int zahl;
zahl = 2;	
cout &lt;&lt; &quot;Die Zahl ist&quot; &lt;&lt; zahl &lt;&lt;&quot;:&quot;;
}
</code></pre>
<p>Es folgen folgende Fehlermeldung:</p>
<pre><code>error:invalid preprocessing directive #include
error:'cout' was not declared in this scope
</code></pre>
<p>ich habe auch schon versucht mit:<br />
std:cout....<br />
ging aber auch nicht.</p>
<p>haabt ihr noch nen Tip was mach da machen kann?</p>
<p>Mfg<br />
Toni</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/260120/wieder-fehlermeldung-quot-cout-was-not-declared-in-this-scope-quot</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 14:28:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/260120.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Feb 2010 10:09:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wieder Fehlermeldung &amp;quot;&#x27;cout&#x27; was not declared in this scope&amp;quot;? on Mon, 01 Feb 2010 10:11:20 GMT]]></title><description><![CDATA[<p>hallo Leute,<br />
ich bin noch blutiger anfänger was c++ betrifft.</p>
<p>Da programm ist ganz primitiv:</p>
<pre><code>#inculde&lt;iostream&gt;
using namespace std;
int main()
{
int zahl;
zahl = 2;	
cout &lt;&lt; &quot;Die Zahl ist&quot; &lt;&lt; zahl &lt;&lt;&quot;:&quot;;
}
</code></pre>
<p>Es folgen folgende Fehlermeldung:</p>
<pre><code>error:invalid preprocessing directive #include
error:'cout' was not declared in this scope
</code></pre>
<p>ich habe auch schon versucht mit:<br />
std:cout....<br />
ging aber auch nicht.</p>
<p>haabt ihr noch nen Tip was mach da machen kann?</p>
<p>Mfg<br />
Toni</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1848411</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1848411</guid><dc:creator><![CDATA[ToniThiele]]></dc:creator><pubDate>Mon, 01 Feb 2010 10:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to wieder Fehlermeldung &amp;quot;&#x27;cout&#x27; was not declared in this scope&amp;quot;? on Mon, 01 Feb 2010 10:32:13 GMT]]></title><description><![CDATA[<p>scheiße, is das peinlich.<br />
klar das es nicht gehen kann wenn man &quot;inculde&quot; statt include schreibt.</p>
<p>Ich werd mich wieder melden wenns neue Probleme gibt.</p>
<p>Danke</p>
<p>Toni</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1848425</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1848425</guid><dc:creator><![CDATA[ToniThiele]]></dc:creator><pubDate>Mon, 01 Feb 2010 10:32:13 GMT</pubDate></item><item><title><![CDATA[Reply to wieder Fehlermeldung &amp;quot;&#x27;cout&#x27; was not declared in this scope&amp;quot;? on Mon, 01 Feb 2010 11:02:59 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-4178.html" rel="nofollow">nman</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-5.html" rel="nofollow">Linux/Unix</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" 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/1848445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1848445</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 01 Feb 2010 11:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to wieder Fehlermeldung &amp;quot;&#x27;cout&#x27; was not declared in this scope&amp;quot;? on Mon, 01 Feb 2010 14:48:42 GMT]]></title><description><![CDATA[<p>ToniThiele schrieb:</p>
<blockquote>
<p>scheiße, is das peinlich.<br />
klar das es nicht gehen kann wenn man &quot;inculde&quot; statt include schreibt.</p>
</blockquote>
<p>Erstaunlich dass der Compiler dazu nichts gesagt hat.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1848581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1848581</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Mon, 01 Feb 2010 14:48:42 GMT</pubDate></item></channel></rss>