<?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[konvertierung]]></title><description><![CDATA[<p>ich möchte</p>
<p>WIN32_FIND_DATA fdd;</p>
<p>nach</p>
<p>ifstream tsd;</p>
<p>konvertieren</p>
<p>wie kann ich dies erreichen?</p>
<p>fehlermeldung bei zuweisung:</p>
<p>conversation from char[260] to non-scalar type std::basic_ifstream&lt;char.....&gt; requested</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/148598/konvertierung</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 22:51:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/148598.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 28 May 2006 15:30:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 15:30:52 GMT]]></title><description><![CDATA[<p>ich möchte</p>
<p>WIN32_FIND_DATA fdd;</p>
<p>nach</p>
<p>ifstream tsd;</p>
<p>konvertieren</p>
<p>wie kann ich dies erreichen?</p>
<p>fehlermeldung bei zuweisung:</p>
<p>conversation from char[260] to non-scalar type std::basic_ifstream&lt;char.....&gt; requested</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066752</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066752</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 15:30:52 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 16:36:36 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/win32_find_data_str.asp" rel="nofollow">WIN32_FIND_DATA</a> ist eine Struktur, und besteht aus einzelnen Teilen. Du willst sicher den Dateinamen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066790</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066790</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 28 May 2006 16:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 16:42:12 GMT]]></title><description><![CDATA[<p>das hilft mir aber nicht gerade weiter <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>wie würde eine zuweisung aussehen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066794</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066794</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 16:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 16:45:20 GMT]]></title><description><![CDATA[<p>string das = fdd.cFileName[MAX_PATH];</p>
<p>das ist meine zuweisung mit dem fehler</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066798</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066798</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 16:45:20 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 16:58:12 GMT]]></title><description><![CDATA[<p>Hallo</p>
<pre><code class="language-cpp">std::string das = fdd.cFileName;
</code></pre>
<p>Das würdest du selber wissen, wenn du dich ausreichend mit den C++ Grundlagen beschäftigt hättest.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066816</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 28 May 2006 16:58:12 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 17:00:16 GMT]]></title><description><![CDATA[<p>das ist nicht mein problem. mein problem ist die konvertierung nach ifstream.</p>
<p>Ich hoffe du verstehst mich jetzt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066818</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066818</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 17:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 17:03:37 GMT]]></title><description><![CDATA[<p>ohne midesgrundlage ist alles ein problem.<br />
guck dir mein psot an.<br />
da sind fragen dabei die sind ungefähr so wie die jetzige von dir..</p>
<p>Mfg Shade37337</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066820</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066820</guid><dc:creator><![CDATA[branleb]]></dc:creator><pubDate>Sun, 28 May 2006 17:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 17:55:56 GMT]]></title><description><![CDATA[<p>sorry, aber das hilft mir nicht weiter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066886</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066886</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 17:55:56 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 18:17:41 GMT]]></title><description><![CDATA[<p>das ist mir schon klar.<br />
aba weiterhelfen wwird dir nur wenn du dich in C++ einarbeitest.</p>
<p>Mfg Shade37337</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066905</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066905</guid><dc:creator><![CDATA[branleb]]></dc:creator><pubDate>Sun, 28 May 2006 18:17:41 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Sun, 28 May 2006 18:25:59 GMT]]></title><description><![CDATA[<p>flamer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_down"
      title=":-1:"
      alt="👎"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> , aber nur indirekt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1066910</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1066910</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Sun, 28 May 2006 18:25:59 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Mon, 29 May 2006 06:00:22 GMT]]></title><description><![CDATA[<p>Die Fehlermeldung deutet darauf hin, daß dieses ominöse WIN32_FIND_DATA ein char[260] ist. &quot;Konvertieren&quot; kannst Du das nicht. Was Du wahrscheinlich meinst ist, wie ich eine Datei einlesen kann, deren Dateiname in diesem WIN32_FIND_DATA steht. Nun das ist nicht so schwer:</p>
<pre><code>WIN32_FIND_DATA fdd;
... hier wird fdd wie auch immer gefüllt
std::ifstream in(fdd); // hier wird eine Datei geöffnet, deren Dateiname in fdd steht
if (!in)
  std::runtime_error(std::string(&quot;Fehler beim öffnen der Datei &quot;) + fdd);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1067064</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1067064</guid><dc:creator><![CDATA[tntnet]]></dc:creator><pubDate>Mon, 29 May 2006 06:00:22 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Mon, 29 May 2006 06:12:06 GMT]]></title><description><![CDATA[<p>nö:</p>
<pre><code class="language-cpp">typedef struct _WIN32_FIND_DATA {
  DWORD    dwFileAttributes; 
  FILETIME ftCreationTime; 
  FILETIME ftLastAccessTime; 
  FILETIME ftLastWriteTime; 
  DWORD    nFileSizeHigh; 
  DWORD    nFileSizeLow; 
  DWORD    dwReserved0; 
  DWORD    dwReserved1; 
  TCHAR    cFileName[ MAX_PATH ]; 
  TCHAR    cAlternateFileName[ 14 ]; 
} WIN32_FIND_DATA, *PWIN32_FIND_DATA;
</code></pre>
<p>Greetz, Swordfish</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1067073</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1067073</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Mon, 29 May 2006 06:12:06 GMT</pubDate></item><item><title><![CDATA[Reply to konvertierung on Mon, 29 May 2006 10:36:13 GMT]]></title><description><![CDATA[<p>Danke tntnet. Blöd das es mir nicht selber eingefallen ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1067232</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1067232</guid><dc:creator><![CDATA[betaalphamännchen]]></dc:creator><pubDate>Mon, 29 May 2006 10:36:13 GMT</pubDate></item></channel></rss>