<?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[C++ String]]></title><description><![CDATA[<p>Wie kann ich an einer bestimmten Stelle( Nur an der Stelle ) nach einem bestimmten Zeichen in einem String suchen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/331142/c-string</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 21:11:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/331142.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Feb 2015 18:34:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to C++ String on Thu, 12 Feb 2015 18:34:39 GMT]]></title><description><![CDATA[<p>Wie kann ich an einer bestimmten Stelle( Nur an der Stelle ) nach einem bestimmten Zeichen in einem String suchen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2442490</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2442490</guid><dc:creator><![CDATA[numbo]]></dc:creator><pubDate>Thu, 12 Feb 2015 18:34:39 GMT</pubDate></item><item><title><![CDATA[Reply to C++ String on Thu, 12 Feb 2015 18:59:52 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">std::string s = &quot;abcdefghijklmnop&quot;;
if( s[4] == 'a' ) std::cerr &lt;&lt; &quot;falsch\n&quot;;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2442493</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2442493</guid><dc:creator><![CDATA[manni66]]></dc:creator><pubDate>Thu, 12 Feb 2015 18:59:52 GMT</pubDate></item></channel></rss>