<?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[zeichen aus einem string zählen.]]></title><description><![CDATA[<p>hallo,<br />
wie oben beschrieben möchte ich aus einem string die zeichen zählen. gibt es eine spezielle methode dafuer ??</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160365/zeichen-aus-einem-string-zählen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 11:19:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160365.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Sep 2006 09:34:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 09:34:27 GMT]]></title><description><![CDATA[<p>hallo,<br />
wie oben beschrieben möchte ich aus einem string die zeichen zählen. gibt es eine spezielle methode dafuer ??</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143873</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143873</guid><dc:creator><![CDATA[maddok_2k]]></dc:creator><pubDate>Mon, 25 Sep 2006 09:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 09:35:03 GMT]]></title><description><![CDATA[<p>Bei CString: GetLength</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143874</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143874</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Mon, 25 Sep 2006 09:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 09:40:55 GMT]]></title><description><![CDATA[<pre><code>for(int i=0;i&lt;=cut.GetLength();i++)
</code></pre>
<p>bekomme immer die fehlermeldung das Der linke Teil von '.GetLength' muss eine Klasse/Struktur/Union sein muss.</p>
<p>-cut ist aber nur ein ganz gewöhnlicher string !?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143881</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143881</guid><dc:creator><![CDATA[maddok_2k]]></dc:creator><pubDate>Mon, 25 Sep 2006 09:40:55 GMT</pubDate></item><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 09:49:47 GMT]]></title><description><![CDATA[<p>Was heißt &quot;ganz gewöhnlicher String&quot;? Ist das ein &quot;char*&quot; oder &quot;char[]&quot; (dafür gibt's die Funktion strlen()? oder ein &quot;std::string&quot; (der hat die Methode &quot;length()&quot;? Oder irgendeine Eigenentwicklung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143888</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143888</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Mon, 25 Sep 2006 09:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 09:50:44 GMT]]></title><description><![CDATA[<p>meine damit zb:</p>
<p>CString value = &quot;435&quot;;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143890</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143890</guid><dc:creator><![CDATA[maddok_2k]]></dc:creator><pubDate>Mon, 25 Sep 2006 09:50:44 GMT</pubDate></item><item><title><![CDATA[Reply to zeichen aus einem string zählen. on Mon, 25 Sep 2006 10:16:41 GMT]]></title><description><![CDATA[<p>habs schon hinbekommen =)... danke euch trotzdem !!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1143915</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1143915</guid><dc:creator><![CDATA[maddok_2k]]></dc:creator><pubDate>Mon, 25 Sep 2006 10:16:41 GMT</pubDate></item></channel></rss>