<?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[zweidimensionale array bei programmstart initialisieren mit fixen werten]]></title><description><![CDATA[<p>erledigt!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/123195/zweidimensionale-array-bei-programmstart-initialisieren-mit-fixen-werten</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 11:27:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/123195.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Oct 2005 19:15:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to zweidimensionale array bei programmstart initialisieren mit fixen werten on Thu, 13 Oct 2005 19:24:12 GMT]]></title><description><![CDATA[<p>erledigt!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891717</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891717</guid><dc:creator><![CDATA[gerd01]]></dc:creator><pubDate>Thu, 13 Oct 2005 19:24:12 GMT</pubDate></item><item><title><![CDATA[Reply to zweidimensionale array bei programmstart initialisieren mit fixen werten on Thu, 13 Oct 2005 20:03:16 GMT]]></title><description><![CDATA[<p>kein grund den text zu löschen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891769</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891769</guid><dc:creator><![CDATA[depp]]></dc:creator><pubDate>Thu, 13 Oct 2005 20:03:16 GMT</pubDate></item><item><title><![CDATA[Reply to zweidimensionale array bei programmstart initialisieren mit fixen werten on Fri, 14 Oct 2005 06:25:33 GMT]]></title><description><![CDATA[<p>ok, bin ja nicht so:</p>
<p>ich hatte ein 2-dim array, aber er funzte nicht:</p>
<pre><code class="language-cpp">char zahl[2][2]=
{
    {'0',''},
    {'0',''},
}
</code></pre>
<p>es war also nur blödheit, sorry!</p>
<p>gruß gerd</p>
<p>nachtrag: ich dachte erst, ich initialisiere ihn falsch von der syntax!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891969</guid><dc:creator><![CDATA[gerd01]]></dc:creator><pubDate>Fri, 14 Oct 2005 06:25:33 GMT</pubDate></item><item><title><![CDATA[Reply to zweidimensionale array bei programmstart initialisieren mit fixen werten on Fri, 14 Oct 2005 06:37:16 GMT]]></title><description><![CDATA[<p>Hm, ich kenne keinen char, der '' heißt - das könnte der Fehler sein. Leerzeichen wäre ' ', Null-Character '\0' oder 0.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891981</guid><dc:creator><![CDATA[CS]]></dc:creator><pubDate>Fri, 14 Oct 2005 06:37:16 GMT</pubDate></item><item><title><![CDATA[Reply to zweidimensionale array bei programmstart initialisieren mit fixen werten on Fri, 14 Oct 2005 06:41:18 GMT]]></title><description><![CDATA[<p>wie ich oben schon schrieb, ist erledigt, und du hattest recht!</p>
<p>'' muss ein ' ' werden</p>
<p>gruß gerd</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891984</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891984</guid><dc:creator><![CDATA[gerd01]]></dc:creator><pubDate>Fri, 14 Oct 2005 06:41:18 GMT</pubDate></item></channel></rss>