<?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[CreateFile und Pfadangaben (war: CreateFile)]]></title><description><![CDATA[<p>Hallo,<br />
filehandle = CreateFile(&quot;C:\18fxx_projekte\ke\ke.bin&quot;, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);</p>
<p>Warum funktioniert das nicht mit einer Pfadangabe?</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/82485/createfile-und-pfadangaben-war-createfile</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 08:20:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/82485.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Aug 2004 15:12:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CreateFile und Pfadangaben (war: CreateFile) on Wed, 11 Aug 2004 16:29:04 GMT]]></title><description><![CDATA[<p>Hallo,<br />
filehandle = CreateFile(&quot;C:\18fxx_projekte\ke\ke.bin&quot;, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);</p>
<p>Warum funktioniert das nicht mit einer Pfadangabe?</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/580128</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/580128</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Wed, 11 Aug 2004 16:29:04 GMT</pubDate></item><item><title><![CDATA[Reply to CreateFile und Pfadangaben (war: CreateFile) on Wed, 11 Aug 2004 15:24:05 GMT]]></title><description><![CDATA[<p>hi,<br />
setzt mal<br />
C:\\18fxx_projekte\\ke\\ke.bin<br />
ein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/580142</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/580142</guid><dc:creator><![CDATA[tuxman]]></dc:creator><pubDate>Wed, 11 Aug 2004 15:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to CreateFile und Pfadangaben (war: CreateFile) on Wed, 11 Aug 2004 15:36:51 GMT]]></title><description><![CDATA[<p>Läuft super so, habe so etwas ähnliches mit \\ auch schon auf der Microsoft<br />
Homepage gesehen, habe aber die Erklärung dort irgendwie nicht richtig<br />
verstanden.</p>
<p>Vielen Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/580150</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/580150</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Wed, 11 Aug 2004 15:36:51 GMT</pubDate></item><item><title><![CDATA[Reply to CreateFile und Pfadangaben (war: CreateFile) on Wed, 11 Aug 2004 16:16:05 GMT]]></title><description><![CDATA[<p>Die Erklärung ist einfach:</p>
<p>Ein einfaches \ leitet eine <strong>Escape-Sequenz</strong> ein. Diese Escape-Sequenzen werden dazu genutzt, um beispielsweise Anführungszeichen in Strings darzustellen oder um ein Line-Feed durchzuführen. Es gibt auch noch andere Anwendungsgebiete. Kannst ja einfach mal hier im Forum oder bei Google danach suchen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/580179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/580179</guid><dc:creator><![CDATA[PuppetMaster2k]]></dc:creator><pubDate>Wed, 11 Aug 2004 16:16:05 GMT</pubDate></item></channel></rss>