<?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[Integer zum Listenfeld hinzufügen]]></title><description><![CDATA[<p>Gibt es eine Möglichkeit einen Integerwert in ein Listenfeld einzufügen ?<br />
Ich habe es folgendermaßen versucht, jedoch leider ohne Erfolg</p>
<pre><code>int zahl = 26;
	m_liste.AddString((const char *)&amp;zahl);
</code></pre>
<p>Das ist doch sicherlich komplizierter gedacht als es ist, oder nicht ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/61601/integer-zum-listenfeld-hinzufügen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 03 Jun 2026 17:45:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/61601.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Jan 2004 14:12:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Integer zum Listenfeld hinzufügen on Thu, 15 Jan 2004 14:12:03 GMT]]></title><description><![CDATA[<p>Gibt es eine Möglichkeit einen Integerwert in ein Listenfeld einzufügen ?<br />
Ich habe es folgendermaßen versucht, jedoch leider ohne Erfolg</p>
<pre><code>int zahl = 26;
	m_liste.AddString((const char *)&amp;zahl);
</code></pre>
<p>Das ist doch sicherlich komplizierter gedacht als es ist, oder nicht ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/437133</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/437133</guid><dc:creator><![CDATA[Pasche]]></dc:creator><pubDate>Thu, 15 Jan 2004 14:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to Integer zum Listenfeld hinzufügen on Thu, 15 Jan 2004 14:19:02 GMT]]></title><description><![CDATA[<p>Hast Recht. Du musst den int in ein CString umwandeln, dann kannst du ihn in der Liste hinzufügen.<br />
In der FAQ steht, wie das geht:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39077" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39077</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/437145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/437145</guid><dc:creator><![CDATA[isabeau]]></dc:creator><pubDate>Thu, 15 Jan 2004 14:19:02 GMT</pubDate></item></channel></rss>