<?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[String in int umwandeln]]></title><description><![CDATA[<p>Hallo,</p>
<p>was mache ich hier falsch?</p>
<p>char* text = &quot;23&quot;;<br />
int a = int.Parse(text);</p>
<p>Bekomme folgende Fehlermeldung:<br />
'int'-Typ unerwertet</p>
<p>Danke!<br />
lg,<br />
shed</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/174823/string-in-int-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 21:14:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/174823.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Mar 2007 09:49:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to String in int umwandeln on Sun, 04 Mar 2007 09:49:11 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>was mache ich hier falsch?</p>
<p>char* text = &quot;23&quot;;<br />
int a = int.Parse(text);</p>
<p>Bekomme folgende Fehlermeldung:<br />
'int'-Typ unerwertet</p>
<p>Danke!<br />
lg,<br />
shed</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238807</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238807</guid><dc:creator><![CDATA[shed]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:49:11 GMT</pubDate></item><item><title><![CDATA[Reply to String in int umwandeln on Sun, 04 Mar 2007 10:00:15 GMT]]></title><description><![CDATA[<p>Du mischt hier C#/Java mit C++. Wie du String-&gt;int und int-&gt;String hinbekommst findest du in der C++-FAQ.</p>
<p>MfG SideWinder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238812</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238812</guid><dc:creator><![CDATA[SideWinder]]></dc:creator><pubDate>Sun, 04 Mar 2007 10:00:15 GMT</pubDate></item><item><title><![CDATA[Reply to String in int umwandeln on Sun, 04 Mar 2007 11:13:05 GMT]]></title><description><![CDATA[<p>int a = atoi (text);</p>
<p>merke:<br />
a -&gt; string<br />
i -&gt; integer</p>
<p>von a TO i(argument)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238847</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238847</guid><dc:creator><![CDATA[Stelfer]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:13:05 GMT</pubDate></item><item><title><![CDATA[Reply to String in int umwandeln on Sun, 04 Mar 2007 12:33:05 GMT]]></title><description><![CDATA[<p>danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":-)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238908</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238908</guid><dc:creator><![CDATA[shed]]></dc:creator><pubDate>Sun, 04 Mar 2007 12:33:05 GMT</pubDate></item></channel></rss>