<?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[Array]]></title><description><![CDATA[<pre><code class="language-cpp">struct CK
{
	long m_Anzahl;
	long m_Brutto; 	
	int m_Status;
};
</code></pre>
<p>Was bedeutet das<br />
CK m_CK [ 3 ][ 2 ];</p>
<p>Einen doppelten Array ??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118623/array</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 13:06:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118623.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Aug 2005 13:39:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Array on Mon, 22 Aug 2005 13:39:29 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">struct CK
{
	long m_Anzahl;
	long m_Brutto; 	
	int m_Status;
};
</code></pre>
<p>Was bedeutet das<br />
CK m_CK [ 3 ][ 2 ];</p>
<p>Einen doppelten Array ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856176</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856176</guid><dc:creator><![CDATA[anfänger01]]></dc:creator><pubDate>Mon, 22 Aug 2005 13:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to Array on Mon, 22 Aug 2005 13:53:40 GMT]]></title><description><![CDATA[<p>Jop ein sog. 2-Dimensonales Array. Kannst dir vorstellen wie eine Tabelle.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856190</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856190</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Mon, 22 Aug 2005 13:53:40 GMT</pubDate></item><item><title><![CDATA[Reply to Array on Mon, 22 Aug 2005 13:59:08 GMT]]></title><description><![CDATA[<p>Wie wird dann die Tabelle ausschauen<br />
Drei Spalten Anzahl, Brutto ,Status .. und ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856196</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856196</guid><dc:creator><![CDATA[anfänger01]]></dc:creator><pubDate>Mon, 22 Aug 2005 13:59:08 GMT</pubDate></item><item><title><![CDATA[Reply to Array on Mon, 22 Aug 2005 14:27:17 GMT]]></title><description><![CDATA[<p>nene eine Tabelle von CKs</p>
<p>CK m_CK [ 3 ][ 2 ];</p>
<p>m_CK[0][0] - m_CK[0][1] - m_CK[0][2]<br />
m_CK[1][0] - m_CK[1][1] - m_CK[1][2]</p>
<p>Dugrefeifen auf die Member kann man dann so:</p>
<p>m_CK[x][y].m_anzahl</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856226</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856226</guid><dc:creator><![CDATA[FireFlow]]></dc:creator><pubDate>Mon, 22 Aug 2005 14:27:17 GMT</pubDate></item><item><title><![CDATA[Reply to Array on Mon, 22 Aug 2005 16:08:26 GMT]]></title><description><![CDATA[<p>@anfänger01</p>
<p>nein wenn dein array eindimensional wäre könntest du es mit einer tabelle<br />
der form anzahl,brutto, etc vergleichen, wenn du dann zb. ck[2] hättest<br />
hätte die tabelle 2 zeilen. ck[3][2] könntest du dann in etwa so vergleichen:<br />
3 tabellen jeweils bestehend aus 2 zeilen mit den splaten anzahl,brutto ..<br />
<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/856307</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856307</guid><dc:creator><![CDATA[rene1]]></dc:creator><pubDate>Mon, 22 Aug 2005 16:08:26 GMT</pubDate></item></channel></rss>