<?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 ersetzen ?]]></title><description><![CDATA[<p>Hallo,<br />
hat zufällig jemand eine Funktion oder was fertiges womit ich in einem CString einen Text ersetzen kann, also nicht nur ein Zeichen ala .replace sondern einenText wie &quot;suchdas&quot; ersetze &quot;durchdies&quot;.</p>
<p>Wäre echt toll, dann muss ich mir nichts selber basteln, sowas müsste es doch geben...</p>
<p>Besten Dank,<br />
gruss<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162235/cstring-ersetzen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 22:58:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162235.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Oct 2006 16:04:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CString ersetzen ? on Mon, 16 Oct 2006 16:04:26 GMT]]></title><description><![CDATA[<p>Hallo,<br />
hat zufällig jemand eine Funktion oder was fertiges womit ich in einem CString einen Text ersetzen kann, also nicht nur ein Zeichen ala .replace sondern einenText wie &quot;suchdas&quot; ersetze &quot;durchdies&quot;.</p>
<p>Wäre echt toll, dann muss ich mir nichts selber basteln, sowas müsste es doch geben...</p>
<p>Besten Dank,<br />
gruss<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155838</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155838</guid><dc:creator><![CDATA[UserMarcus]]></dc:creator><pubDate>Mon, 16 Oct 2006 16:04:26 GMT</pubDate></item><item><title><![CDATA[Reply to CString ersetzen ? on Mon, 16 Oct 2006 16:16:06 GMT]]></title><description><![CDATA[<p>Was ist schlecht an Replace?</p>
<p>int Replace( LPCTSTR lpszOld, LPCTSTR lpszNew );</p>
<p>also:</p>
<pre><code class="language-cpp">CString A(&quot;Das ist ein Text&quot;);
A.Replace(&quot;ist&quot;,&quot;wird&quot;);
</code></pre>
<p>Ergebnis:</p>
<p>&quot;Das wird ein Text&quot;</p>
<p>Also was suchst du noch anderes?</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155841</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155841</guid><dc:creator><![CDATA[CTecS]]></dc:creator><pubDate>Mon, 16 Oct 2006 16:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to CString ersetzen ? on Tue, 17 Oct 2006 09:09:31 GMT]]></title><description><![CDATA[<p>Ah hat ich irgendwie übersehen.</p>
<p>Danke<br />
gruss<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156106</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156106</guid><dc:creator><![CDATA[UserMarcus]]></dc:creator><pubDate>Tue, 17 Oct 2006 09:09:31 GMT</pubDate></item></channel></rss>