<?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[Bestimtme Stelle eines c++ Strings ausgeben]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte eine bestimmte Stelle eines strings aus geben.</p>
<p>z.B:</p>
<pre><code class="language-cpp">string s = &quot;123&quot;;
cout &lt;&lt; /*Stelle 1 also &quot;1&quot; */ &lt;&lt; endl;
</code></pre>
<p>Hoffe auf tolle Antworten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title="=D"
      alt="😃"
    /></p>
<p>MFG!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/280549/bestimtme-stelle-eines-c-strings-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 01:58:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/280549.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Jan 2011 13:45:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bestimtme Stelle eines c++ Strings ausgeben on Mon, 17 Jan 2011 13:45:53 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte eine bestimmte Stelle eines strings aus geben.</p>
<p>z.B:</p>
<pre><code class="language-cpp">string s = &quot;123&quot;;
cout &lt;&lt; /*Stelle 1 also &quot;1&quot; */ &lt;&lt; endl;
</code></pre>
<p>Hoffe auf tolle Antworten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title="=D"
      alt="😃"
    /></p>
<p>MFG!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007715</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007715</guid><dc:creator><![CDATA[Killur]]></dc:creator><pubDate>Mon, 17 Jan 2011 13:45:53 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimtme Stelle eines c++ Strings ausgeben on Mon, 17 Jan 2011 13:57:04 GMT]]></title><description><![CDATA[<p>War verdammt schwer das hier zu finden, sollte aber das richtige sein. Verstehe ich, dass du dir die Mühe selber zu suchen nicht machen wolltest.</p>
<p><a href="http://www.cplusplus.com/reference/string/string/" rel="nofollow">C++ Reference - String</a></p>
<p>--&gt; Element access lesen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007726</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007726</guid><dc:creator><![CDATA[inter2k3]]></dc:creator><pubDate>Mon, 17 Jan 2011 13:57:04 GMT</pubDate></item></channel></rss>