<?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[Datei verändern ohne komplett neuschreiben]]></title><description><![CDATA[<p>Gibt es in C++ eine Möglichkeit Teile einer Datei zu verändern, ohne die komplette Datei neu zu schreiben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/314377/datei-verändern-ohne-komplett-neuschreiben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 04:31:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/314377.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Feb 2013 17:52:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datei verändern ohne komplett neuschreiben on Thu, 28 Feb 2013 17:52:11 GMT]]></title><description><![CDATA[<p>Gibt es in C++ eine Möglichkeit Teile einer Datei zu verändern, ohne die komplette Datei neu zu schreiben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2303011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2303011</guid><dc:creator><![CDATA[writefile_]]></dc:creator><pubDate>Thu, 28 Feb 2013 17:52:11 GMT</pubDate></item><item><title><![CDATA[Reply to Datei verändern ohne komplett neuschreiben on Thu, 28 Feb 2013 17:54:51 GMT]]></title><description><![CDATA[<p>writefile_ schrieb:</p>
<blockquote>
<p>Gibt es in C++ eine Möglichkeit Teile einer Datei zu verändern, ohne die komplette Datei neu zu schreiben?</p>
</blockquote>
<p>Ja, eigentlich wie in allen anderen Sparchen auch.</p>
<p>man kann Zeichen austauschen durch neue.<br />
Aber man kann keine Zeichen einfügen oder löschen.<br />
Darüberhinaus kann man hinten an eine Datei Zeichen dranhängen.</p>
<p><a href="http://www.cplusplus.com/reference/istream/istream/seekg/" rel="nofollow">http://www.cplusplus.com/reference/istream/istream/seekg/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2303014</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2303014</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Thu, 28 Feb 2013 17:54:51 GMT</pubDate></item><item><title><![CDATA[Reply to Datei verändern ohne komplett neuschreiben on Thu, 28 Feb 2013 19:57:20 GMT]]></title><description><![CDATA[<p>volkard schrieb:</p>
<blockquote>
<p><s><a href="http://www.cplusplus.com/reference/istream/istream/seekg/" rel="nofollow">http://www.cplusplus.com/reference/istream/istream/seekg/</a></s></p>
</blockquote>
<p><a href="http://en.cppreference.com/w/cpp/io/basic_ostream/seekp" rel="nofollow">http://en.cppreference.com/w/cpp/io/basic_ostream/seekp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2303061</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2303061</guid><dc:creator><![CDATA[korrigator]]></dc:creator><pubDate>Thu, 28 Feb 2013 19:57:20 GMT</pubDate></item></channel></rss>