<?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[ifstream]]></title><description><![CDATA[<p>Kann man auch</p>
<pre><code>ifstream file;
file.open (&quot;text.doc&quot;, ios::binary);
file.read (charWert,anzahl);
</code></pre>
<p>bei read anstatt chat ein int wert einlesen. wenn ja wie geht das</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/253131/ifstream</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 01:07:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/253131.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Oct 2009 23:03:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ifstream on Wed, 28 Oct 2009 23:03:24 GMT]]></title><description><![CDATA[<p>Kann man auch</p>
<pre><code>ifstream file;
file.open (&quot;text.doc&quot;, ios::binary);
file.read (charWert,anzahl);
</code></pre>
<p>bei read anstatt chat ein int wert einlesen. wenn ja wie geht das</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1800003</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1800003</guid><dc:creator><![CDATA[borhan]]></dc:creator><pubDate>Wed, 28 Oct 2009 23:03:24 GMT</pubDate></item><item><title><![CDATA[Reply to ifstream on Wed, 28 Oct 2009 23:37:08 GMT]]></title><description><![CDATA[<p>Nein, read nimmt noch nicht einmal char als Argument, sondern char*, das ist ganz was anderes. Es klingt so als solltest du dir eine iostream Referenz mal etwas genauer angucken. Hier findest du eine:</p>
<p><a href="http://www.cplusplus.com/reference/iostream/" rel="nofollow">http://www.cplusplus.com/reference/iostream/</a></p>
<p>Es gibt jede Menge toller Einlesefunktionen für alle möglichen Typen und du kannst dir leicht weitere definieren.</p>
<p>(Ja, ja, ich weiß, char* und int sind konvertibel, aber das ist wohl kaum das was der Threadersteller sucht.)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1800011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1800011</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Wed, 28 Oct 2009 23:37:08 GMT</pubDate></item></channel></rss>