<?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[Bestimmte Zeichenanzahl aus istream in std::string lesen]]></title><description><![CDATA[<p>Tjo siehe Titel. Es geht mit get() nur in den Elementtyp (also char). Hab das mal über ne Funktion gemacht aber ich galaube / hoffe doch dass die STL mir da was bietet.</p>
<pre><code class="language-cpp">void get(istream&amp; in, string&amp; str, int count) 
{
/* ... */
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/120381/bestimmte-zeichenanzahl-aus-istream-in-std-string-lesen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 07:48:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120381.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Sep 2005 16:58:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 17:42:53 GMT]]></title><description><![CDATA[<p>Tjo siehe Titel. Es geht mit get() nur in den Elementtyp (also char). Hab das mal über ne Funktion gemacht aber ich galaube / hoffe doch dass die STL mir da was bietet.</p>
<pre><code class="language-cpp">void get(istream&amp; in, string&amp; str, int count) 
{
/* ... */
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/870428</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870428</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Mon, 12 Sep 2005 17:42:53 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 17:01:41 GMT]]></title><description><![CDATA[<p>getline( istream, string&amp; ); gibt es</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870431</guid><dc:creator><![CDATA[User---]]></dc:creator><pubDate>Mon, 12 Sep 2005 17:01:41 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 17:43:39 GMT]]></title><description><![CDATA[<p>Ich will aber net bis zu einem Zeichen sondern eine gewisse Anzahl an Zeichen einlesen!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870455</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870455</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Mon, 12 Sep 2005 17:43:39 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 17:56:30 GMT]]></title><description><![CDATA[<p>read(...)?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870478</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870478</guid><dc:creator><![CDATA[hmmmmmm]]></dc:creator><pubDate>Mon, 12 Sep 2005 17:56:30 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 17:59:12 GMT]]></title><description><![CDATA[<p>Die STL bietet leider nichts BuiltIn.</p>
<p>MfG SideWinder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870485</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870485</guid><dc:creator><![CDATA[SideWinder]]></dc:creator><pubDate>Mon, 12 Sep 2005 17:59:12 GMT</pubDate></item><item><title><![CDATA[Reply to Bestimmte Zeichenanzahl aus istream in std::string lesen on Mon, 12 Sep 2005 22:05:18 GMT]]></title><description><![CDATA[<p>FireFlow schrieb:</p>
<blockquote>
<p>Ich will aber net bis zu einem Zeichen sondern eine gewisse Anzahl an Zeichen einlesen!</p>
</blockquote>
<p>Oh habe ich überlesen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/870631</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/870631</guid><dc:creator><![CDATA[User---]]></dc:creator><pubDate>Mon, 12 Sep 2005 22:05:18 GMT</pubDate></item></channel></rss>