<?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[getline wchar_t]]></title><description><![CDATA[<p>Hi</p>
<p>Ich suche eine wchar_t und wfstream version von getline, kann mir da jemadn helfen?</p>
<pre><code class="language-cpp">std::wfstream file_;
std::basic_string&lt;wchar_t&gt; buffer;
...
getline(file_, buffer, '\n');//funktioniert leider nicht, da keine Unicodeversion...
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/179917/getline-wchar_t</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 11:08:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/179917.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Apr 2007 14:14:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to getline wchar_t on Thu, 26 Apr 2007 14:14:33 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Ich suche eine wchar_t und wfstream version von getline, kann mir da jemadn helfen?</p>
<pre><code class="language-cpp">std::wfstream file_;
std::basic_string&lt;wchar_t&gt; buffer;
...
getline(file_, buffer, '\n');//funktioniert leider nicht, da keine Unicodeversion...
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1274019</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1274019</guid><dc:creator><![CDATA[g--.]]></dc:creator><pubDate>Thu, 26 Apr 2007 14:14:33 GMT</pubDate></item><item><title><![CDATA[Reply to getline wchar_t on Thu, 26 Apr 2007 14:24:23 GMT]]></title><description><![CDATA[<p>Soll ich jetzt &quot;du machst was falsch&quot; antworten oder rückst Du die Fehlerbeschreibung freiwillig raus? :p</p>
<p>Vielleicht musst Du das Newline auch als Wide Character übergeben...</p>
<p>EDIT: Ja, wenn der Elementtyp aller drei Parameter gleich ist müsste der Compiler aus dem getline-Template wieder die richtige Version herleiten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1274028</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1274028</guid><dc:creator><![CDATA[LordJaxom]]></dc:creator><pubDate>Thu, 26 Apr 2007 14:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to getline wchar_t on Thu, 26 Apr 2007 14:24:51 GMT]]></title><description><![CDATA[<p>lol, wie dämlich von mir, aber thx(vor allem für die Schnelle Hilfe)^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1274029</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1274029</guid><dc:creator><![CDATA[g--.]]></dc:creator><pubDate>Thu, 26 Apr 2007 14:24:51 GMT</pubDate></item></channel></rss>