<?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[Log Datei]]></title><description><![CDATA[<p>Ich möchte in meinem Programm eine Log Datei. Als Beispiel wüsste ich gerne wie ich es mache das wenn ich auf einen Button klicke in einer .txt Datei die in &quot;c:\\Test\&quot; liegt ein Eintrag eingetragen wird z.B &quot;Klick auf den Button&quot;. Wenn ich nun wieder draufklicke soll in der nächsten Zeile wieder das selbe eingetragen werden usw.</p>
<p>Wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/143180/log-datei</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 02:13:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/143180.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Apr 2006 07:05:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Log Datei on Thu, 06 Apr 2006 07:05:22 GMT]]></title><description><![CDATA[<p>Ich möchte in meinem Programm eine Log Datei. Als Beispiel wüsste ich gerne wie ich es mache das wenn ich auf einen Button klicke in einer .txt Datei die in &quot;c:\\Test\&quot; liegt ein Eintrag eingetragen wird z.B &quot;Klick auf den Button&quot;. Wenn ich nun wieder draufklicke soll in der nächsten Zeile wieder das selbe eingetragen werden usw.</p>
<p>Wie mache ich das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1031572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1031572</guid><dc:creator><![CDATA[carisma83]]></dc:creator><pubDate>Thu, 06 Apr 2006 07:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to Log Datei on Thu, 06 Apr 2006 07:17:19 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Dtaei mit std::ofstream oder TFileStream öffnen, neue Zeiel als String anhängen un Datei wieder schließen.<br />
Ja nach gewünschter Komplexität und Performance-Wichtigkeit kannst du das stream-Objekt auch Programm-weit anlegen, und dann nach jeder neuen Zeile die Änderung sofort auf Disk schrieben lassen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1031581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1031581</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 06 Apr 2006 07:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to Log Datei on Thu, 06 Apr 2006 14:06:48 GMT]]></title><description><![CDATA[<p><a href="http://www.marquardtnet.info/cecke/dlls.3/3_chlogfile.html" rel="nofollow">http://www.marquardtnet.info/cecke/dlls.3/3_chlogfile.html</a></p>
<p>Wenn du den Quelltext willst -&gt; Mail</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1031985</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1031985</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Thu, 06 Apr 2006 14:06:48 GMT</pubDate></item></channel></rss>