<?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[Char -&amp;gt; Ansistring]]></title><description><![CDATA[<p>Hi</p>
<p>Gibt es eine Möglichkeit einen Char in ein Ansistring zu konvertieren??<br />
Oder wie kann ich eine Datei auslesen und das dann in ein Ansistring kopieren?<br />
Sprich wie bei C</p>
<pre><code>if ( (fp = fopen(&quot;c://edktc&quot;, &quot;r&quot; )) != NULL )
{
fscanf(fp,&quot;%s&quot;,cDL);
}
</code></pre>
<p>MFG TheCaleb</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149520/char-gt-ansistring</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 18:04:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149520.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jun 2006 19:19:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Char -&amp;gt; Ansistring on Tue, 06 Jun 2006 19:19:33 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Gibt es eine Möglichkeit einen Char in ein Ansistring zu konvertieren??<br />
Oder wie kann ich eine Datei auslesen und das dann in ein Ansistring kopieren?<br />
Sprich wie bei C</p>
<pre><code>if ( (fp = fopen(&quot;c://edktc&quot;, &quot;r&quot; )) != NULL )
{
fscanf(fp,&quot;%s&quot;,cDL);
}
</code></pre>
<p>MFG TheCaleb</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072761</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072761</guid><dc:creator><![CDATA[TheCaleb]]></dc:creator><pubDate>Tue, 06 Jun 2006 19:19:33 GMT</pubDate></item><item><title><![CDATA[Reply to Char -&amp;gt; Ansistring on Tue, 06 Jun 2006 19:21:54 GMT]]></title><description><![CDATA[<p>schau dir mal <em>TStringList</em> an.<br />
(<em>TStringList::LoadFromFile</em>)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072762</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072762</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Tue, 06 Jun 2006 19:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Char -&amp;gt; Ansistring on Tue, 06 Jun 2006 19:53:56 GMT]]></title><description><![CDATA[<p>Danke für deine schnelle Hilfe!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072786</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072786</guid><dc:creator><![CDATA[TheCaleb]]></dc:creator><pubDate>Tue, 06 Jun 2006 19:53:56 GMT</pubDate></item></channel></rss>