<?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[Problem mit String in Funktion-string!]]></title><description><![CDATA[<p>Kann mir mal jemand helfen hab megaproblem mit meinem code<br />
und zwar:</p>
<p>if (str1.compare(&quot;Mouse&quot;) == 0 {<br />
Mouse(400, 500);<br />
}</p>
<p>Der Obere teil funktioniert möchte die position 400 und 500 über einen string eingeben:</p>
<p>if (str1.compare(&quot;Mouse&quot;) == 0 {<br />
Mouse(str2.c_str(), str.c_str());<br />
}</p>
<p>Funktioniert nicht!!!<br />
Kann mir da jemand Helfen!</p>
<p>mfg Huno</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/157187/problem-mit-string-in-funktion-string</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 23:59:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/157187.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Aug 2006 18:47:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit String in Funktion-string! on Wed, 23 Aug 2006 18:47:32 GMT]]></title><description><![CDATA[<p>Kann mir mal jemand helfen hab megaproblem mit meinem code<br />
und zwar:</p>
<p>if (str1.compare(&quot;Mouse&quot;) == 0 {<br />
Mouse(400, 500);<br />
}</p>
<p>Der Obere teil funktioniert möchte die position 400 und 500 über einen string eingeben:</p>
<p>if (str1.compare(&quot;Mouse&quot;) == 0 {<br />
Mouse(str2.c_str(), str.c_str());<br />
}</p>
<p>Funktioniert nicht!!!<br />
Kann mir da jemand Helfen!</p>
<p>mfg Huno</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1123152</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1123152</guid><dc:creator><![CDATA[Huno]]></dc:creator><pubDate>Wed, 23 Aug 2006 18:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit String in Funktion-string! on Wed, 23 Aug 2006 18:50:04 GMT]]></title><description><![CDATA[<p>Du musst den string in einen int umwandeln, siehe FAQ-Beitrag &quot;Einmal String nach Zahl und zurück&quot; (oder ähnlicher Titel).</p>
<p>MfG SideWinder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1123155</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1123155</guid><dc:creator><![CDATA[SideWinder]]></dc:creator><pubDate>Wed, 23 Aug 2006 18:50:04 GMT</pubDate></item></channel></rss>