<?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[c programm für ascii]]></title><description><![CDATA[<p>hallo.</p>
<p>wie könnte eine einfache prozedur aussehen, wenn ich</p>
<p>a) gegeben habe eine dezimal zahl und diese als entsprechendes ascii-zeichen dargestellt bekommen haben will<br />
b) hexa-zahl als entsprechendes ascii-zeichen?</p>
<p>Gib es in c auch so schöne castings wie in java?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159557/c-programm-für-ascii</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 14:51:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159557.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Sep 2006 14:37:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to c programm für ascii on Sat, 16 Sep 2006 14:37:19 GMT]]></title><description><![CDATA[<p>hallo.</p>
<p>wie könnte eine einfache prozedur aussehen, wenn ich</p>
<p>a) gegeben habe eine dezimal zahl und diese als entsprechendes ascii-zeichen dargestellt bekommen haben will<br />
b) hexa-zahl als entsprechendes ascii-zeichen?</p>
<p>Gib es in c auch so schöne castings wie in java?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1138543</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1138543</guid><dc:creator><![CDATA[O-ta]]></dc:creator><pubDate>Sat, 16 Sep 2006 14:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to c programm für ascii on Sat, 16 Sep 2006 14:58:47 GMT]]></title><description><![CDATA[<p>Durchaus!</p>
<pre><code class="language-cpp">std::cout &lt;&lt; static_cast&lt; char &gt;( nummer );
</code></pre>
<p>grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1138561</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1138561</guid><dc:creator><![CDATA[David_pb]]></dc:creator><pubDate>Sat, 16 Sep 2006 14:58:47 GMT</pubDate></item></channel></rss>