<?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[ASCII-Code]]></title><description><![CDATA[<p>Ich möchte ein Programm mit C++ schreiben, dass eine eingegebene Nachricht in ASCII-Code übersetzt und diese dann ausgibt.<br />
Dafür brauche ich doch eine Methode, die die Hexadezimalzahlen in Dualzahlen umschreibt, oder?<br />
Wenn ja, weiß ich leider nicht, wie das gehen soll...<br />
Vielleicht könntet ihr mir helfen.</p>
<p>LG NAROJO</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/286068/ascii-code</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 02:30:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/286068.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 May 2011 08:16:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ASCII-Code on Tue, 03 May 2011 08:16:44 GMT]]></title><description><![CDATA[<p>Ich möchte ein Programm mit C++ schreiben, dass eine eingegebene Nachricht in ASCII-Code übersetzt und diese dann ausgibt.<br />
Dafür brauche ich doch eine Methode, die die Hexadezimalzahlen in Dualzahlen umschreibt, oder?<br />
Wenn ja, weiß ich leider nicht, wie das gehen soll...<br />
Vielleicht könntet ihr mir helfen.</p>
<p>LG NAROJO</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2057598</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2057598</guid><dc:creator><![CDATA[narojo]]></dc:creator><pubDate>Tue, 03 May 2011 08:16:44 GMT</pubDate></item><item><title><![CDATA[Reply to ASCII-Code on Tue, 03 May 2011 08:23:59 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">char c = 'a';

std::cout &lt;&lt; &quot;As ASCII-Code: &quot; &lt;&lt; static_cast&lt;int&gt;(c) &lt;&lt; std::endl;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2057600</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2057600</guid><dc:creator><![CDATA[Tachyon]]></dc:creator><pubDate>Tue, 03 May 2011 08:23:59 GMT</pubDate></item></channel></rss>