<?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[Zeichenkette]]></title><description><![CDATA[<p>hi,,, nur mal kuruz ne frage... wie ermittelt man die anzahl von zeichen in einem char array??</p>
<p>also dass bei char c = &quot;hallo&quot;; //anzahl = 5</p>
<p>vielen dank</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/269471/zeichenkette</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 04:23:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/269471.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Jun 2010 13:15:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zeichenkette on Fri, 25 Jun 2010 13:15:16 GMT]]></title><description><![CDATA[<p>hi,,, nur mal kuruz ne frage... wie ermittelt man die anzahl von zeichen in einem char array??</p>
<p>also dass bei char c = &quot;hallo&quot;; //anzahl = 5</p>
<p>vielen dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1917272</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1917272</guid><dc:creator><![CDATA[ich44444]]></dc:creator><pubDate>Fri, 25 Jun 2010 13:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichenkette on Fri, 25 Jun 2010 13:24:33 GMT]]></title><description><![CDATA[<p>ich44444 schrieb:</p>
<blockquote>
<p>hi,,, nur mal kuruz ne frage... wie ermittelt man die anzahl von zeichen in einem char array??</p>
</blockquote>
<p><a href="http://www.cplusplus.com/reference/clibrary/cstring/strlen/" rel="nofollow">http://www.cplusplus.com/reference/clibrary/cstring/strlen/</a><br />
Hat jedoch wenig mit C++ zu tun. Das ist C</p>
<pre><code class="language-cpp">int len;
len = strlen(chararray);
</code></pre>
<p>Hier mit C++<br />
<a href="http://www.cplusplus.com/reference/string/string/length/" rel="nofollow">http://www.cplusplus.com/reference/string/string/length/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1917276</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1917276</guid><dc:creator><![CDATA[darkfate]]></dc:creator><pubDate>Fri, 25 Jun 2010 13:24:33 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichenkette on Fri, 25 Jun 2010 13:22:27 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/clibrary/cstring/strlen/" rel="nofollow"> <code>strlen()</code> </a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1917278</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1917278</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Fri, 25 Jun 2010 13:22:27 GMT</pubDate></item></channel></rss>