<?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[string]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie gebe ich einen string in einer MessageBox aus. Bei CString ist das klar!<br />
Worin besteht der Unterschied zwischen string und CString und was ist mächtiger?</p>
<p>jorge</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6494/string</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 10:14:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6494.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Jul 2003 12:20:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to string on Mon, 07 Jul 2003 12:20:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie gebe ich einen string in einer MessageBox aus. Bei CString ist das klar!<br />
Worin besteht der Unterschied zwischen string und CString und was ist mächtiger?</p>
<p>jorge</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31540</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31540</guid><dc:creator><![CDATA[petersjo]]></dc:creator><pubDate>Mon, 07 Jul 2003 12:20:00 GMT</pubDate></item><item><title><![CDATA[Reply to string on Mon, 07 Jul 2003 12:29:00 GMT]]></title><description><![CDATA[<p>std::string temp;</p>
<p>MessageBox(NULL,temp.c_str(),temp.c_str(),NULL);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31541</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31541</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Mon, 07 Jul 2003 12:29:00 GMT</pubDate></item><item><title><![CDATA[Reply to string on Tue, 08 Jul 2003 04:50:00 GMT]]></title><description><![CDATA[<p>string = std<br />
CString = MFC</p>
<p>Schaue dir die Memberfunktionen der beiden an und du siehst den Unterschied.</p>
<p>MFC hat mehr memberfunc.<br />
Man kann aber nicht sagen das CString besser ist.<br />
std ist Plattformunabhängig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/31542</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/31542</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Tue, 08 Jul 2003 04:50:00 GMT</pubDate></item></channel></rss>