<?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[file kopieren]]></title><description><![CDATA[<p>hallo</p>
<p>wie kann ich ein file kopieren (in c und in c++)?<br />
z.b. ein txt-file (2MB)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/139029/file-kopieren</link><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 09:36:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/139029.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Mar 2006 07:34:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to file kopieren on Fri, 03 Mar 2006 07:34:21 GMT]]></title><description><![CDATA[<p>hallo</p>
<p>wie kann ich ein file kopieren (in c und in c++)?<br />
z.b. ein txt-file (2MB)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1007302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1007302</guid><dc:creator><![CDATA[marsellus]]></dc:creator><pubDate>Fri, 03 Mar 2006 07:34:21 GMT</pubDate></item><item><title><![CDATA[Reply to file kopieren on Fri, 03 Mar 2006 07:57:02 GMT]]></title><description><![CDATA[<p>zwei Dateien öffnen (C: fopen(), C++ ifstream und ofstream) und anschließend byte- oder blockweise die Dateiinhalte umkopieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1007308</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1007308</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 03 Mar 2006 07:57:02 GMT</pubDate></item><item><title><![CDATA[Reply to file kopieren on Fri, 03 Mar 2006 08:08:49 GMT]]></title><description><![CDATA[<p>Naja, fopen, fstream und Konsorten ist 1. umständlich da man das kopieren selbst implementieren muß und 2. hat man da kaum Kontrolle, z.B. wenn etwas fehlschlägt.</p>
<p>Dafür benutzt man boost::filesystem:<br />
<a href="http://www.boost.org/libs/filesystem/doc/operations.htm" rel="nofollow">http://www.boost.org/libs/filesystem/doc/operations.htm</a></p>
<p>Da gibts eine echte Kopierfunktion.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1007314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1007314</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Fri, 03 Mar 2006 08:08:49 GMT</pubDate></item><item><title><![CDATA[Reply to file kopieren on Fri, 03 Mar 2006 09:16:48 GMT]]></title><description><![CDATA[<p>für die variante CStoll kannst du im c++ faq schauen<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39469.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-39469.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1007374</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1007374</guid><dc:creator><![CDATA[elise]]></dc:creator><pubDate>Fri, 03 Mar 2006 09:16:48 GMT</pubDate></item></channel></rss>