<?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[cout &amp;lt;&amp;lt; hex; ???]]></title><description><![CDATA[<p>HI.</p>
<pre><code class="language-cpp">// Zuerst Dateien einbinden
#include &lt;iostream&gt;
#include &lt;conio.h&gt;

using namespace std;

int main()
{
	cout &lt;&lt; hex;

	_getch();
}
</code></pre>
<p>ich habe im netz folgendes kleines programm gesehen. nun frage ich mich, was 'hex' in diesem fall zu bedeuten hat??</p>
<p>danke.<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164828/cout-lt-lt-hex</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 02:10:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164828.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Nov 2006 06:18:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cout &amp;lt;&amp;lt; hex; ??? on Mon, 13 Nov 2006 06:18:49 GMT]]></title><description><![CDATA[<p>HI.</p>
<pre><code class="language-cpp">// Zuerst Dateien einbinden
#include &lt;iostream&gt;
#include &lt;conio.h&gt;

using namespace std;

int main()
{
	cout &lt;&lt; hex;

	_getch();
}
</code></pre>
<p>ich habe im netz folgendes kleines programm gesehen. nun frage ich mich, was 'hex' in diesem fall zu bedeuten hat??</p>
<p>danke.<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173354</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Mon, 13 Nov 2006 06:18:49 GMT</pubDate></item><item><title><![CDATA[Reply to cout &amp;lt;&amp;lt; hex; ??? on Mon, 13 Nov 2006 06:47:32 GMT]]></title><description><![CDATA[<p>Das bedeutet das Zahlenwerte im Hexadezimalsystem ausgegeben werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173358</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173358</guid><dc:creator><![CDATA[David_pb]]></dc:creator><pubDate>Mon, 13 Nov 2006 06:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to cout &amp;lt;&amp;lt; hex; ??? on Mon, 13 Nov 2006 18:17:27 GMT]]></title><description><![CDATA[<p>jo probier mal</p>
<p>cout &lt;&lt; hex &lt;&lt; 255;<br />
dann wird dir z.B. ff ausgegeben. mit uppercase erreichst du, dass hexadezimal ausgegebene buchstaben groß aufgegeben werden, also der manipulator uppercase ist hier auch nicht schlecht<br />
gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173886</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173886</guid><dc:creator><![CDATA[Wombi]]></dc:creator><pubDate>Mon, 13 Nov 2006 18:17:27 GMT</pubDate></item><item><title><![CDATA[Reply to cout &amp;lt;&amp;lt; hex; ??? on Mon, 13 Nov 2006 20:05:36 GMT]]></title><description><![CDATA[<p>hallo stick,</p>
<p><a href="http://de.wikibooks.org/wiki/C++-Programmierung:_Einfache_Ein-_und_Ausgabe" rel="nofollow">hier</a> hast du eine kleine wiki-Übersicht zu Manipulatoren in C++</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1174020</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1174020</guid><dc:creator><![CDATA[nki]]></dc:creator><pubDate>Mon, 13 Nov 2006 20:05:36 GMT</pubDate></item></channel></rss>