<?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 nach int]]></title><description><![CDATA[<p>Hi,</p>
<p>will die Werte in einem String-Datenfeld einem Int-Datenfeld übergeben.</p>
<p>so in etwa...</p>
<pre><code>for(int i=0; i&lt;200; ++i) datenfeldint[i]=datenfeldstring[i];
</code></pre>
<p>demnach müsste datenfeldint den gleichen inhalt wie datenfeldstring haben...</p>
<p>Funktioniert aber nicht, wie mache ich das nun?</p>
<p>Gruss,</p>
<p>litte</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/146136/string-nach-int</link><generator>RSS for Node</generator><lastBuildDate>Thu, 03 Sep 2026 14:13:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/146136.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 May 2006 14:21:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to string nach int on Thu, 04 May 2006 14:21:42 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>will die Werte in einem String-Datenfeld einem Int-Datenfeld übergeben.</p>
<p>so in etwa...</p>
<pre><code>for(int i=0; i&lt;200; ++i) datenfeldint[i]=datenfeldstring[i];
</code></pre>
<p>demnach müsste datenfeldint den gleichen inhalt wie datenfeldstring haben...</p>
<p>Funktioniert aber nicht, wie mache ich das nun?</p>
<p>Gruss,</p>
<p>litte</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1050929</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1050929</guid><dc:creator><![CDATA[litte]]></dc:creator><pubDate>Thu, 04 May 2006 14:21:42 GMT</pubDate></item><item><title><![CDATA[Reply to string nach int on Thu, 04 May 2006 14:25:15 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39488.html" rel="nofollow">FAQ?</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1050930</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1050930</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 04 May 2006 14:25:15 GMT</pubDate></item></channel></rss>