<?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[strcat(text, text_2);]]></title><description><![CDATA[<p>Hi Leute<br />
Hab grad irgendwie leichte Probleme.<br />
Will an einen Cstring einen weiteren string anhängen,<br />
und nehme dafür strcat(text, text_2);</p>
<p>Bekomme jedoch seit ich das eingebaut habe beim beenden von meinem prog einen fehler ( unte xp dieses , xp wolle eine fehlermeldung an microsoft schicken)</p>
<p>Hat jemand ne ahnun woran das liegt, oder ne alternative???</p>
<p>MasterofBuuh</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/66702/strcat-text-text_2</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 22:57:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/66702.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Mar 2004 19:46:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to strcat(text, text_2); on Mon, 01 Mar 2004 19:46:18 GMT]]></title><description><![CDATA[<p>Hi Leute<br />
Hab grad irgendwie leichte Probleme.<br />
Will an einen Cstring einen weiteren string anhängen,<br />
und nehme dafür strcat(text, text_2);</p>
<p>Bekomme jedoch seit ich das eingebaut habe beim beenden von meinem prog einen fehler ( unte xp dieses , xp wolle eine fehlermeldung an microsoft schicken)</p>
<p>Hat jemand ne ahnun woran das liegt, oder ne alternative???</p>
<p>MasterofBuuh</p>
]]></description><link>https://www.c-plusplus.net/forum/post/471127</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/471127</guid><dc:creator><![CDATA[Master of Buuh]]></dc:creator><pubDate>Mon, 01 Mar 2004 19:46:18 GMT</pubDate></item><item><title><![CDATA[Reply to strcat(text, text_2); on Mon, 01 Mar 2004 19:57:55 GMT]]></title><description><![CDATA[<p>Seit wann macht man das mit strcat() ?</p>
<p>CString ist eine Klasse und hat dafür Methoden.</p>
<pre><code class="language-cpp">CString test(&quot;Hallo&quot;);
CString test1(&quot;Hallo1&quot;);

test = test + test1;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/471134</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/471134</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Mon, 01 Mar 2004 19:57:55 GMT</pubDate></item></channel></rss>