<?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[CString Problem, sehr merkwürdig!]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich mache hier folgendes:</p>
<pre><code>CString str1 = &quot;test&quot;;
CString str2 (&quot;abcd&quot;);
</code></pre>
<p>Im Debug Mode, ist der inhalt von str1: &quot;t&quot; und der Inhalt von str2: &quot;a&quot;! Hatte erst afx.h und danach afxwin.h eingebunden, beidesmal dasselbe.<br />
Weiss jemand von euch was das soll?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/61272/cstring-problem-sehr-merkwürdig</link><generator>RSS for Node</generator><lastBuildDate>Wed, 03 Jun 2026 15:42:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/61272.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Jan 2004 09:20:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CString Problem, sehr merkwürdig! on Tue, 13 Jan 2004 09:20:20 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich mache hier folgendes:</p>
<pre><code>CString str1 = &quot;test&quot;;
CString str2 (&quot;abcd&quot;);
</code></pre>
<p>Im Debug Mode, ist der inhalt von str1: &quot;t&quot; und der Inhalt von str2: &quot;a&quot;! Hatte erst afx.h und danach afxwin.h eingebunden, beidesmal dasselbe.<br />
Weiss jemand von euch was das soll?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/435174</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/435174</guid><dc:creator><![CDATA[bsash]]></dc:creator><pubDate>Tue, 13 Jan 2004 09:20:20 GMT</pubDate></item><item><title><![CDATA[Reply to CString Problem, sehr merkwürdig! on Tue, 13 Jan 2004 11:44:48 GMT]]></title><description><![CDATA[<p>Wie lässt Du Dir denn den Inhalt anzeigen ?<br />
Welche Version des VC setzt Du ein ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/435260</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/435260</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Tue, 13 Jan 2004 11:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to CString Problem, sehr merkwürdig! on Tue, 13 Jan 2004 12:55:19 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Habe das Problem gefunden. Wir arbeiten hier mit Unicode, folglich hat jedes Zeichen 16 und nicht 8Bit. Somit hat der Compiler nach dem ersten Zeichen die 8x0 als Stringende angesehen. Musste bei tools/options/debug/display unicode strings anklicken, nun gehts.</p>
<p>Danke trotzdem <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/435326</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/435326</guid><dc:creator><![CDATA[bsash]]></dc:creator><pubDate>Tue, 13 Jan 2004 12:55:19 GMT</pubDate></item></channel></rss>