<?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[arrays erstellen]]></title><description><![CDATA[<p>hallo!</p>
<p>ich möchte eine mit alarray &lt;double&gt; erstellen,</p>
<p>die so ausschauen soll:</p>
<p>a1 a2<br />
b1 b2<br />
c1 c2<br />
. .<br />
. .</p>
<p>also, 2 spalten, die anzahl der zeilen ist mir aber noch unbekannt.</p>
<p>wie stell ich das an?</p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/230994/arrays-erstellen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 26 Sep 2026 00:58:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/230994.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Jan 2009 10:02:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to arrays erstellen on Mon, 05 Jan 2009 10:02:12 GMT]]></title><description><![CDATA[<p>hallo!</p>
<p>ich möchte eine mit alarray &lt;double&gt; erstellen,</p>
<p>die so ausschauen soll:</p>
<p>a1 a2<br />
b1 b2<br />
c1 c2<br />
. .<br />
. .</p>
<p>also, 2 spalten, die anzahl der zeilen ist mir aber noch unbekannt.</p>
<p>wie stell ich das an?</p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1639653</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1639653</guid><dc:creator><![CDATA[buschimann]]></dc:creator><pubDate>Mon, 05 Jan 2009 10:02:12 GMT</pubDate></item><item><title><![CDATA[Reply to arrays erstellen on Mon, 05 Jan 2009 10:07:06 GMT]]></title><description><![CDATA[<p>Schau dir mal <a href="http://www.cplusplus.com/reference/stl/vector/" rel="nofollow">std::vector</a> an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1639659</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1639659</guid><dc:creator><![CDATA[Firefighter]]></dc:creator><pubDate>Mon, 05 Jan 2009 10:07:06 GMT</pubDate></item><item><title><![CDATA[Reply to arrays erstellen on Mon, 05 Jan 2009 11:17:42 GMT]]></title><description><![CDATA[<p>....und ggfs. auch noch std::pair</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1639708</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1639708</guid><dc:creator><![CDATA[jencas]]></dc:creator><pubDate>Mon, 05 Jan 2009 11:17:42 GMT</pubDate></item><item><title><![CDATA[Reply to arrays erstellen on Mon, 05 Jan 2009 13:44:07 GMT]]></title><description><![CDATA[<p>Kommt auch drauf an, ob du wirklich ein Array brauchst (Elemente liegen hintereinander im Speicher). Für statische Arrays kannst du <code>std::tr1::array</code> verwenden, dynamische Container sind neben genanntem <code>std::vector</code> auch <code>std::deque</code> und <code>std::list</code> eine Wahl. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1639828</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1639828</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Mon, 05 Jan 2009 13:44:07 GMT</pubDate></item></channel></rss>