<?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[an bestimmte pos in datei schreiben]]></title><description><![CDATA[<p>hallo alle,</p>
<p>ich habe ne datei mit CFile geöffnet und möchte nun mit Write ab einer bestimmten zeile meinen text welcher mehrzeilig ist einfügen. weiß jemand wie das geht ?</p>
<p>gruesse rene</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79641/an-bestimmte-pos-in-datei-schreiben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:17:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79641.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Jul 2004 12:00:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to an bestimmte pos in datei schreiben on Tue, 13 Jul 2004 12:00:39 GMT]]></title><description><![CDATA[<p>hallo alle,</p>
<p>ich habe ne datei mit CFile geöffnet und möchte nun mit Write ab einer bestimmten zeile meinen text welcher mehrzeilig ist einfügen. weiß jemand wie das geht ?</p>
<p>gruesse rene</p>
]]></description><link>https://www.c-plusplus.net/forum/post/559548</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/559548</guid><dc:creator><![CDATA[rene04]]></dc:creator><pubDate>Tue, 13 Jul 2004 12:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to an bestimmte pos in datei schreiben on Tue, 13 Jul 2004 12:06:34 GMT]]></title><description><![CDATA[<p>Servus,</p>
<p>[Randinfo]Du kannst auch CStdioFile benutzen ist auch komfortabler.[/Randinfo]</p>
<p>CFile::Seek</p>
<p>Bsp.:</p>
<pre><code class="language-cpp">CFile fTest;
fTest.Seek(100, CFile::Begin /*Von Begin an suchen*/);
</code></pre>
<p>*winke*<br />
Hellsgore</p>
]]></description><link>https://www.c-plusplus.net/forum/post/559555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/559555</guid><dc:creator><![CDATA[Hellsgore]]></dc:creator><pubDate>Tue, 13 Jul 2004 12:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to an bestimmte pos in datei schreiben on Tue, 13 Jul 2004 12:12:46 GMT]]></title><description><![CDATA[<p>...und dann einfach den kram mit write in die datei schreiben ?</p>
<p>gruesse rene</p>
]]></description><link>https://www.c-plusplus.net/forum/post/559563</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/559563</guid><dc:creator><![CDATA[rene04]]></dc:creator><pubDate>Tue, 13 Jul 2004 12:12:46 GMT</pubDate></item><item><title><![CDATA[Reply to an bestimmte pos in datei schreiben on Tue, 13 Jul 2004 12:15:11 GMT]]></title><description><![CDATA[<p>Japp, dort steht der Dateizeiger und dann kannste mit write reinschreiben....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/559569</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/559569</guid><dc:creator><![CDATA[Hellsgore]]></dc:creator><pubDate>Tue, 13 Jul 2004 12:15:11 GMT</pubDate></item><item><title><![CDATA[Reply to an bestimmte pos in datei schreiben on Tue, 13 Jul 2004 12:48:49 GMT]]></title><description><![CDATA[<p>ah ja. vielen dank.</p>
<p>gruesse rene</p>
]]></description><link>https://www.c-plusplus.net/forum/post/559630</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/559630</guid><dc:creator><![CDATA[rene04]]></dc:creator><pubDate>Tue, 13 Jul 2004 12:48:49 GMT</pubDate></item></channel></rss>