<?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[char* nach CString umwandeln]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte ein char* nach CString umwandeln. Weis jemand wie das geht ?</p>
<p>vielen Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/66642/char-nach-cstring-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 22:57:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/66642.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Mar 2004 11:50:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to char* nach CString umwandeln on Mon, 01 Mar 2004 11:50:12 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte ein char* nach CString umwandeln. Weis jemand wie das geht ?</p>
<p>vielen Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/470671</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/470671</guid><dc:creator><![CDATA[Karl003]]></dc:creator><pubDate>Mon, 01 Mar 2004 11:50:12 GMT</pubDate></item><item><title><![CDATA[Reply to char* nach CString umwandeln on Mon, 01 Mar 2004 12:00:16 GMT]]></title><description><![CDATA[<p>CString str(mychar);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/470682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/470682</guid><dc:creator><![CDATA[Walli]]></dc:creator><pubDate>Mon, 01 Mar 2004 12:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to char* nach CString umwandeln on Mon, 01 Mar 2004 12:05:16 GMT]]></title><description><![CDATA[<p>Mit dem Zuweisungsoperator?</p>
<pre><code class="language-cpp">char* pszHallo = &quot;Hallo&quot;:
CString Str;
Str = pszHallo;

AfxMessageBox(Str + &quot; Karl003&quot;);
</code></pre>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/470686</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/470686</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Mon, 01 Mar 2004 12:05:16 GMT</pubDate></item></channel></rss>