<?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 Wert umwandeln in ASCII Zeichen und zurück]]></title><description><![CDATA[<p>High,</p>
<p>ich habe ein kleines Problemchen beim umwandeln von characters in integer und zurück...:</p>
<pre><code class="language-cpp">AnsiString s = &quot;ABCD&quot;;  // s ==&quot;ABCD&quot;
int i = s[2];  // i == 66
i += 2;   // i == 68;
s = i;  // ist natürlich unsinn,...
</code></pre>
<p>... aber wie bekomme ich i jetzt wieder in einen char zurückgewandelt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/136751/ascii-wert-umwandeln-in-ascii-zeichen-und-zurück</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 18:55:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/136751.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Feb 2006 20:53:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ASCII Wert umwandeln in ASCII Zeichen und zurück on Sun, 12 Feb 2006 20:53:15 GMT]]></title><description><![CDATA[<p>High,</p>
<p>ich habe ein kleines Problemchen beim umwandeln von characters in integer und zurück...:</p>
<pre><code class="language-cpp">AnsiString s = &quot;ABCD&quot;;  // s ==&quot;ABCD&quot;
int i = s[2];  // i == 66
i += 2;   // i == 68;
s = i;  // ist natürlich unsinn,...
</code></pre>
<p>... aber wie bekomme ich i jetzt wieder in einen char zurückgewandelt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/992652</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/992652</guid><dc:creator><![CDATA[Horschdware]]></dc:creator><pubDate>Sun, 12 Feb 2006 20:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to ASCII Wert umwandeln in ASCII Zeichen und zurück on Sun, 12 Feb 2006 21:40:27 GMT]]></title><description><![CDATA[<p>s[2] = i;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/992682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/992682</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 12 Feb 2006 21:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to ASCII Wert umwandeln in ASCII Zeichen und zurück on Sun, 12 Feb 2006 21:51:10 GMT]]></title><description><![CDATA[<p>dooh...<br />
hätte man auch selber drauf kommen können</p>
]]></description><link>https://www.c-plusplus.net/forum/post/992693</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/992693</guid><dc:creator><![CDATA[Horschdware]]></dc:creator><pubDate>Sun, 12 Feb 2006 21:51:10 GMT</pubDate></item></channel></rss>