<?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[Verständnis bezüglich std::string::at]]></title><description><![CDATA[<p>Gerade eben habe ich auf <a href="http://www.cplusplus.com/reference" rel="nofollow">http://www.cplusplus.com/reference</a> die Funktion <code>at</code> gelesen.</p>
<p>Dort heißt es<br />
<strong>Get character in string</strong><br />
`</p>
<p>Returns the character at position pos in the string.</p>
<p>`</p>
<p>Hier der Link: <a href="http://www.cplusplus.com/reference/string/string/at/" rel="nofollow">http://www.cplusplus.com/reference/string/string/at/</a></p>
<p>Ich kann leider nichts mit dem Wort &quot;pos&quot; anfangen...</p>
<p>So wie ich es verstanden habe, gibt die Elementfunktion &quot;at&quot; einen oder mehrere Buchstaben an eine spezielle Position in einem String zurück.</p>
<p>Habe ich es falsch verstanden??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/312548/verständnis-bezüglich-std-string-at</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 18:46:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/312548.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Jan 2013 17:31:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Verständnis bezüglich std::string::at on Mon, 07 Jan 2013 17:32:57 GMT]]></title><description><![CDATA[<p>Gerade eben habe ich auf <a href="http://www.cplusplus.com/reference" rel="nofollow">http://www.cplusplus.com/reference</a> die Funktion <code>at</code> gelesen.</p>
<p>Dort heißt es<br />
<strong>Get character in string</strong><br />
`</p>
<p>Returns the character at position pos in the string.</p>
<p>`</p>
<p>Hier der Link: <a href="http://www.cplusplus.com/reference/string/string/at/" rel="nofollow">http://www.cplusplus.com/reference/string/string/at/</a></p>
<p>Ich kann leider nichts mit dem Wort &quot;pos&quot; anfangen...</p>
<p>So wie ich es verstanden habe, gibt die Elementfunktion &quot;at&quot; einen oder mehrere Buchstaben an eine spezielle Position in einem String zurück.</p>
<p>Habe ich es falsch verstanden??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2287309</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2287309</guid><dc:creator><![CDATA[silent_max]]></dc:creator><pubDate>Mon, 07 Jan 2013 17:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to Verständnis bezüglich std::string::at on Mon, 07 Jan 2013 17:39:16 GMT]]></title><description><![CDATA[<p>Du musst von oben nach unten und von links nach rechts lesen! Und zwar von ganz oben und von ganz links!</p>
<p><code>pos</code> ist das Argument von <code>std::string::at</code> . Steht doch alles da!</p>
<p>Edit: Aber Lob das du in die Referenz schaust! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2287313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2287313</guid><dc:creator><![CDATA[ScottZhang]]></dc:creator><pubDate>Mon, 07 Jan 2013 17:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to Verständnis bezüglich std::string::at on Mon, 07 Jan 2013 17:36:55 GMT]]></title><description><![CDATA[<p>Guck dir mal der Name des Arguments der Funktion ..at(..) an. Fällt was auf?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2287314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2287314</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Mon, 07 Jan 2013 17:36:55 GMT</pubDate></item><item><title><![CDATA[Reply to Verständnis bezüglich std::string::at on Mon, 07 Jan 2013 17:40:09 GMT]]></title><description><![CDATA[<p>Ja sorry ... das in Grün geflechte habe ich total übersehen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2287316</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2287316</guid><dc:creator><![CDATA[silent_max]]></dc:creator><pubDate>Mon, 07 Jan 2013 17:40:09 GMT</pubDate></item></channel></rss>