<?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[Fehler beim Compilieren]]></title><description><![CDATA[<p>Hallo, kann folgendes Programm nich Compilieren, es kommt immer die Fehlermeldung, in der Schule ging es allerdings noch</p>
<p>[Linker Fehler] contains invalid OMF record, type 0x23</p>
<pre><code class="language-cpp">#include &lt;iostream.h&gt;
#include &lt;conio.h&gt;

void main ()
{
        int feld[10];
        int i,j,h;

        for (i=0;i&lt;10;i++)
        {
                cout &lt;&lt;&quot;Bitte geben Sie die &quot; &lt;&lt;i+1&lt;&lt; &quot;te Zahl ein:&quot;;
                cin &gt;&gt; feld[i];
                cout &lt;&lt; endl;
        }

        for (i=1;i&lt;=9;i++)
        {
                for(j=0; j&lt;=9;j++)
                {
                        if (feld[j]&gt;feld[j+1]);
                        {
                                h=feld[j+1];
                                feld[j+1]=feld[j];
                                feld[j]=h;
                        }
                }
        }
        for (i=0;i&lt;10;i++)
        {
                cout &lt;&lt;&quot;Die &quot; &lt;&lt;i+1&lt;&lt;&quot;te Zahl ist:&quot; &lt;&lt;feld[i] &lt;&lt; &quot;\n&quot;;
        }
        getch();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/152047/fehler-beim-compilieren</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 17:03:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152047.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Jul 2006 12:31:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehler beim Compilieren on Sun, 02 Jul 2006 12:31:58 GMT]]></title><description><![CDATA[<p>Hallo, kann folgendes Programm nich Compilieren, es kommt immer die Fehlermeldung, in der Schule ging es allerdings noch</p>
<p>[Linker Fehler] contains invalid OMF record, type 0x23</p>
<pre><code class="language-cpp">#include &lt;iostream.h&gt;
#include &lt;conio.h&gt;

void main ()
{
        int feld[10];
        int i,j,h;

        for (i=0;i&lt;10;i++)
        {
                cout &lt;&lt;&quot;Bitte geben Sie die &quot; &lt;&lt;i+1&lt;&lt; &quot;te Zahl ein:&quot;;
                cin &gt;&gt; feld[i];
                cout &lt;&lt; endl;
        }

        for (i=1;i&lt;=9;i++)
        {
                for(j=0; j&lt;=9;j++)
                {
                        if (feld[j]&gt;feld[j+1]);
                        {
                                h=feld[j+1];
                                feld[j+1]=feld[j];
                                feld[j]=h;
                        }
                }
        }
        for (i=0;i&lt;10;i++)
        {
                cout &lt;&lt;&quot;Die &quot; &lt;&lt;i+1&lt;&lt;&quot;te Zahl ist:&quot; &lt;&lt;feld[i] &lt;&lt; &quot;\n&quot;;
        }
        getch();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1090073</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090073</guid><dc:creator><![CDATA[quicksilver]]></dc:creator><pubDate>Sun, 02 Jul 2006 12:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler beim Compilieren on Sun, 02 Jul 2006 12:33:54 GMT]]></title><description><![CDATA[<p>die <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-151578.html" rel="nofollow">meistgestellten Fragen</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090078</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090078</guid><dc:creator><![CDATA[camper]]></dc:creator><pubDate>Sun, 02 Jul 2006 12:33:54 GMT</pubDate></item></channel></rss>