<?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[Dateizeiger]]></title><description><![CDATA[<p>Wie kann ich:</p>
<pre><code class="language-cpp">fseek(fp, iOffsetBits, SEEK_SET);
</code></pre>
<p>mit einer fstream Methode ersetzen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/135820/dateizeiger</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 02:22:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/135820.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Feb 2006 12:28:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dateizeiger on Sun, 05 Feb 2006 12:28:25 GMT]]></title><description><![CDATA[<p>Wie kann ich:</p>
<pre><code class="language-cpp">fseek(fp, iOffsetBits, SEEK_SET);
</code></pre>
<p>mit einer fstream Methode ersetzen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/986369</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/986369</guid><dc:creator><![CDATA[Tc++H]]></dc:creator><pubDate>Sun, 05 Feb 2006 12:28:25 GMT</pubDate></item><item><title><![CDATA[Reply to Dateizeiger on Sun, 05 Feb 2006 12:34:22 GMT]]></title><description><![CDATA[<p><a href="http://www.cppreference.com/cppio/seekg.html" rel="nofollow">seekg</a> bzw. <a href="http://www.cppreference.com/cppio/seekp.html" rel="nofollow">seekp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/986378</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/986378</guid><dc:creator><![CDATA[michba]]></dc:creator><pubDate>Sun, 05 Feb 2006 12:34:22 GMT</pubDate></item></channel></rss>