<?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[CString in double konvertieren]]></title><description><![CDATA[<p>Hallo alle zusammen,</p>
<p>ich hab folgendes Problem:</p>
<p>ich habe eine Variable Test vom Typ CString und will, dass der Inhalt nun in der Variablen Test2 vom Typ double steht!</p>
<p>umgedreht weiß ich wie es geht:<br />
Test2 = atof(Test);</p>
<p>aber jetzt umgedreht????</p>
<p>Test = ftoa(Test2) gibt es ja nicht!</p>
<p>Kann mir jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/127299/cstring-in-double-konvertieren</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 01:18:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/127299.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Nov 2005 08:27:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CString in double konvertieren on Wed, 23 Nov 2005 08:27:02 GMT]]></title><description><![CDATA[<p>Hallo alle zusammen,</p>
<p>ich hab folgendes Problem:</p>
<p>ich habe eine Variable Test vom Typ CString und will, dass der Inhalt nun in der Variablen Test2 vom Typ double steht!</p>
<p>umgedreht weiß ich wie es geht:<br />
Test2 = atof(Test);</p>
<p>aber jetzt umgedreht????</p>
<p>Test = ftoa(Test2) gibt es ja nicht!</p>
<p>Kann mir jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/924954</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/924954</guid><dc:creator><![CDATA[LittleT]]></dc:creator><pubDate>Wed, 23 Nov 2005 08:27:02 GMT</pubDate></item><item><title><![CDATA[Reply to CString in double konvertieren on Wed, 23 Nov 2005 08:38:20 GMT]]></title><description><![CDATA[<p>Ich hab so den stillen Verdacht, dass du doulbe in CString umwandeln willst...<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>CString hat den Befehl Format...</p>
<p>Beispiel:</p>
<pre><code class="language-cpp">double dValue = 1.0;
m_strValue.Format (&quot;%g&quot;, dValue);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/924960</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/924960</guid><dc:creator><![CDATA[Mathias]]></dc:creator><pubDate>Wed, 23 Nov 2005 08:38:20 GMT</pubDate></item><item><title><![CDATA[Reply to CString in double konvertieren on Wed, 23 Nov 2005 08:43:21 GMT]]></title><description><![CDATA[<p>ups, genau das war mein Problem!</p>
<p>Vielen Dank für die schnelle Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/924964</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/924964</guid><dc:creator><![CDATA[LittleT]]></dc:creator><pubDate>Wed, 23 Nov 2005 08:43:21 GMT</pubDate></item></channel></rss>