<?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[ANSI-C und ANSI-C++]]></title><description><![CDATA[<p>Hi Leute<br />
ich wollt mal wissen was der unterschied zwischen ANSI-C und ANSI-C++ ist oder gibt es keinen?<br />
Albert</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/174811/ansi-c-und-ansi-c</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 21:41:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/174811.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Mar 2007 00:01:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 00:01:00 GMT]]></title><description><![CDATA[<p>Hi Leute<br />
ich wollt mal wissen was der unterschied zwischen ANSI-C und ANSI-C++ ist oder gibt es keinen?<br />
Albert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238737</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238737</guid><dc:creator><![CDATA[albertk13]]></dc:creator><pubDate>Sun, 04 Mar 2007 00:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 00:03:47 GMT]]></title><description><![CDATA[<p>Das sind zwei grundverschiedene Sprachen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238738</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238738</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 04 Mar 2007 00:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 01:03:21 GMT]]></title><description><![CDATA[<p>Ja sind eigentlich schon verschieden. Was aber nichts dran ändert, dass man als C++ Programmierer trotzdem auch das C Zeugs beherrschen muss, da man doch meistens damit konfrontiert wird.<br />
Laut C Standard geht z.B. folgendes:</p>
<pre><code class="language-cpp">int n;
scanf(&quot;%d&quot;,&amp;n);
char myArray[n];
</code></pre>
<p>Da war ich auch ziemlich überrascht als ich das mal gesehen hatte, und konnte das erst gar nicht glauben... Wird IMHO allerdings auch nur von wenigen Compilern unterstützt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238747</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238747</guid><dc:creator><![CDATA[nep]]></dc:creator><pubDate>Sun, 04 Mar 2007 01:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 07:12:28 GMT]]></title><description><![CDATA[<p>mit java passiert dir sowas nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238775</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238775</guid><dc:creator><![CDATA[tja]]></dc:creator><pubDate>Sun, 04 Mar 2007 07:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 09:04:58 GMT]]></title><description><![CDATA[<p>nep schrieb:</p>
<blockquote>
<p>Ja sind eigentlich schon verschieden. Was aber nichts dran ändert, dass man als C++ Programmierer trotzdem auch das C Zeugs beherrschen muss, da man doch meistens damit konfrontiert wird.<br />
Laut C Standard geht z.B. folgendes:</p>
<pre><code class="language-cpp">int n;
scanf(&quot;%d&quot;,&amp;n);
char myArray[n];
</code></pre>
<p>Da war ich auch ziemlich überrascht als ich das mal gesehen hatte, und konnte das erst gar nicht glauben... Wird IMHO allerdings auch nur von wenigen Compilern unterstützt</p>
</blockquote>
<p>Das ist C welches neuer ist als der C++-Standard und somit garnicht in C++ geht. Das was du machst, ist kein gültiges C++. Also wird das auch von keinem C++-Compiler unterstützt. Wenn dann nur von C-Compilern, die den aktuellen C-Standard umsetzen.</p>
<p>Was beweist: C != C++</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238793</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238793</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 09:08:38 GMT]]></title><description><![CDATA[<p>Äh genau das wollte ich doch damit sagen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238795</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238795</guid><dc:creator><![CDATA[nep]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 09:24:46 GMT]]></title><description><![CDATA[<p>Hem, dann widerspricht dein restliches Posting deinem ersten Satz:</p>
<blockquote>
<p>Ja sind eigentlich schon verschieden. Was aber nichts dran ändert, dass man als C++ Programmierer trotzdem auch das C Zeugs beherrschen <strong>muss</strong>, da man doch <strong>meistens</strong> damit konfrontiert wird.</p>
</blockquote>
<p>Wie kann ich mit aktuellem C-Code in einem gültigen C++-Programm konfrontiert werden?</p>
<p>Ich pers. habe in C++ Libraries und Programmen noch nie aktuellen C-Code gesehen, der vom C++-Standard nicht verstanden wird. Habe auch den passenden Compiler dazu garnicht, wie die meisten C++-Programmierer.</p>
<p>Oder du solltest deine Gewichtungswahl ändern. Von muß, nach evtl. in 0,00001% der Fälle. Und von meistens, nach selten. <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/1238800</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238800</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:24:46 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 09:47:06 GMT]]></title><description><![CDATA[<p>Artchi schrieb:</p>
<blockquote>
<p>Hem, dann widerspricht dein restliches Posting deinem ersten Satz:</p>
</blockquote>
<p>passiert hier vielen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238806</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238806</guid><dc:creator><![CDATA[nichtsoschlimm]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:47:06 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 09:52:14 GMT]]></title><description><![CDATA[<p>Naja das Codebeispiel sollte nur ein Beispiel dafür sein, dass es auch in C Sachen gibt, die es so in C++ gar nicht gibt, obwohl es ja immer heißt, dass C eine Untermenge von C++ darstellt. Sollte also nicht heißen, dass man damit in C++ Programmen konfrontiert wird. Hätte ich vielleicht besser abgrenzen sollen.</p>
<p>Und mein erster Satz war so gemeint, dass man als C++ Programmierer z.B. gar keine char-Arrays als Strings benötigt (gibt ja std::string), aber trotzdem oft damit konfrontiert wird, und sich da z.B. dann trotzdem auskennen sollte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238808</guid><dc:creator><![CDATA[nep]]></dc:creator><pubDate>Sun, 04 Mar 2007 09:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 10:22:40 GMT]]></title><description><![CDATA[<p>nep schrieb:</p>
<blockquote>
<p>Laut C Standard geht z.B. folgendes:</p>
<pre><code class="language-cpp">int n;
scanf(&quot;%d&quot;,&amp;n);
char myArray[n];
</code></pre>
</blockquote>
<p>in c++ kannst ja einfach 'new' dafür nehmen.<br />
oder in der STL gibbets, glaub ich, ein 'valarray' template...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238824</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238824</guid><dc:creator><![CDATA[ten]]></dc:creator><pubDate>Sun, 04 Mar 2007 10:22:40 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 10:42:04 GMT]]></title><description><![CDATA[<p>ten schrieb:</p>
<blockquote>
<p>nep schrieb:</p>
<blockquote>
<p>Laut C Standard geht z.B. folgendes:</p>
<pre><code class="language-cpp">int n;
scanf(&quot;%d&quot;,&amp;n);
char myArray[n];
</code></pre>
</blockquote>
<p>in c++ kannst ja einfach 'new' dafür nehmen.</p>
</blockquote>
<p>Und? Das ist ein großer Unterschied.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238833</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238833</guid><dc:creator><![CDATA[nep]]></dc:creator><pubDate>Sun, 04 Mar 2007 10:42:04 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 11:39:38 GMT]]></title><description><![CDATA[<p>nep schrieb:</p>
<blockquote>
<p>ten schrieb:</p>
<blockquote>
<p>nep schrieb:</p>
<blockquote>
<p>Laut C Standard geht z.B. folgendes:</p>
<pre><code class="language-cpp">int n;
scanf(&quot;%d&quot;,&amp;n);
char myArray[n];
</code></pre>
</blockquote>
<p>in c++ kannst ja einfach 'new' dafür nehmen.</p>
</blockquote>
<p>Das ist ein großer Unterschied.</p>
</blockquote>
<p>wieso?<br />
weil man delete[] bemühen muss?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238862</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238862</guid><dc:creator><![CDATA[ten]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 11:46:04 GMT]]></title><description><![CDATA[<p>Artchi schrieb:</p>
<blockquote>
<p>Also wird das auch von keinem C++-Compiler unterstützt.</p>
</blockquote>
<p>Der g++ frisst es. Man kann es ihm aber auch abgewöhnen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238869</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238869</guid><dc:creator><![CDATA[GPC]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 11:49:22 GMT]]></title><description><![CDATA[<p>VLAs haben mit Speicherverwaltung a la malloc/new/Container eigentlich recht wenig zu tun. Sie sind mehr ein portabler Ersatz von <a href="http://man.cx/alloca" rel="nofollow">man: alloca</a>().</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238871</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238871</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:49:22 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 11:56:08 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/14758">@ten</a>:<br />
C++: new -&gt; C: malloc<br />
C++: delete -&gt; C: free</p>
<p>myArray[n] ist einfach noch einmal etwas anderes. Stichworte Stack, Heap und auch sizeof.</p>
<p>Nebenbei:<br />
<a href="http://david.tribble.com/text/cdiffs.htm#C99-vs-CPP98" rel="nofollow">http://david.tribble.com/text/cdiffs.htm#C99-vs-CPP98</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238875</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238875</guid><dc:creator><![CDATA[minhen]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:56:08 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 11:59:24 GMT]]></title><description><![CDATA[<p>C : --&gt; array<br />
C++ : --&gt; vector</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238878</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238878</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Sun, 04 Mar 2007 11:59:24 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 12:22:48 GMT]]></title><description><![CDATA[<p>THX 1138 schrieb:</p>
<blockquote>
<p>C : --&gt; array<br />
C++ : --&gt; vector</p>
</blockquote>
<p>Das kann man so auch wieder nicht sagen. Zum einen ist das Array &quot;besser&quot; in die Sprache integriert:</p>
<pre><code>void foo(int n) {
        char array[n];
        printf(&quot;%d\n&quot;, sizeof(array));
}
</code></pre>
<p>So gibt foo(3) eben 3 und foo(10) eben 10 aus. Wichtiger ist aber vielleicht noch der Unterschied, dass ein solches Array in C zwar eine variable Länge hat, anders als der C++ vector aber trotzdem statisch ist. Denn ist die Anzahl der Felder n des Arrays einmal festgelegt, dann steht sie für den gesamten Block fest und kann nicht mehr verändert werden. Es kann nicht wie beim vector etwas hinzugefügt oder weggenommen werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238900</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238900</guid><dc:creator><![CDATA[minhen]]></dc:creator><pubDate>Sun, 04 Mar 2007 12:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 12:24:00 GMT]]></title><description><![CDATA[<p>TactX schrieb:</p>
<blockquote>
<p>VLAs haben mit Speicherverwaltung a la malloc/new/Container eigentlich recht wenig zu tun. Sie sind mehr ein portabler Ersatz von <a href="http://man.cx/alloca" rel="nofollow">man: alloca</a>().</p>
</blockquote>
<p>vla und 'alloca' sind aber beide mit vorsicht zu geniessen. buffer overflows sind damit vorprogrammiert.<br />
ich hab vla noch nie verwendet. viele compiler kennen das auch gar nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238901</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238901</guid><dc:creator><![CDATA[ten]]></dc:creator><pubDate>Sun, 04 Mar 2007 12:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 13:23:15 GMT]]></title><description><![CDATA[<p>ten schrieb:</p>
<blockquote>
<p>vla und 'alloca' sind aber beide mit vorsicht zu geniessen. buffer overflows sind damit vorprogrammiert.</p>
</blockquote>
<p>Gibt es in dem Punkt bei variablen Arrays deiner Meinung nach einen Unterschied zu &quot;normalen&quot; Arrays?<br />
Der GCC unterstützt übrigens die meisten C99-Features inklusive VLAs.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238933</guid><dc:creator><![CDATA[minhen]]></dc:creator><pubDate>Sun, 04 Mar 2007 13:23:15 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 13:29:59 GMT]]></title><description><![CDATA[<p>minhen schrieb:</p>
<blockquote>
<p>Der GCC unterstützt übrigens die meisten C99-Features inklusive VLAs.</p>
</blockquote>
<p>Ihr tut hier so als wäre das was ausergewöhnliches?<br />
Natürlich unterstütz der GCC das, ist ja auch ein C Compiler.<br />
Und wie die meisten Compiler hat auch der GCC Sprach-Erweiterungen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238938</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238938</guid><dc:creator><![CDATA[lolz]]></dc:creator><pubDate>Sun, 04 Mar 2007 13:29:59 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 13:32:43 GMT]]></title><description><![CDATA[<p>lolz schrieb:</p>
<blockquote>
<p>minhen schrieb:</p>
<blockquote>
<p>Der GCC unterstützt übrigens die meisten C99-Features inklusive VLAs.</p>
</blockquote>
<p>Ihr tut hier so als wäre das was ausergewöhnliches?</p>
</blockquote>
<p>Weil es nicht selbstverständlich ist. Was ist mit den MS-und Borland-Compilern? Unterstützen die C99? Und dann noch die ganzen Compiler für Controller? Da sieht es eher mau aus. Das einzige was C-Compiler heutzutage durchgängig aus C99 können ist //.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238940</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238940</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 04 Mar 2007 13:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 13:56:44 GMT]]></title><description><![CDATA[<p>ten schrieb:</p>
<blockquote>
<p>TactX schrieb:</p>
<blockquote>
<p>VLAs haben mit Speicherverwaltung a la malloc/new/Container eigentlich recht wenig zu tun. Sie sind mehr ein portabler Ersatz von <a href="http://man.cx/alloca" rel="nofollow">man: alloca</a>().</p>
</blockquote>
<p>vla und 'alloca' sind aber beide mit vorsicht zu geniessen. buffer overflows sind damit vorprogrammiert.<br />
ich hab vla noch nie verwendet. viele compiler kennen das auch gar nicht.</p>
</blockquote>
<p>VLA ist wirklich ein fragwürdiges Sprachfeature. Es ist ja im Grunde kaum möglich auf mögliche Stack-Überlaufe zu prüfen und der GCC zB hat auch keine eingebauten Checks. (Viele Compiler kennen zwar keine VLAs, aber die kennen auch so gut wie keine andere C99-Erweiterung (zB _Complex, _Bool, stdint.h, long long etc.)</p>
<p>In C++09 sollen sie ja auch nicht aufgenommen werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1238957</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1238957</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Sun, 04 Mar 2007 13:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 17:23:14 GMT]]></title><description><![CDATA[<p>lolz schrieb:</p>
<blockquote>
<p>minhen schrieb:</p>
<blockquote>
<p>Der GCC unterstützt übrigens die meisten C99-Features inklusive VLAs.</p>
</blockquote>
<p>Ihr tut hier so als wäre das was ausergewöhnliches?<br />
Natürlich unterstütz der GCC das, ist ja auch ein C Compiler.<br />
Und wie die meisten Compiler hat auch der GCC Sprach-Erweiterungen.</p>
</blockquote>
<p>In C++ ist es was aussergewöhnliches. Was interessiert mich als C++-Programmierer ein C-Compiler? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Nochmal, auch wenn langweilig wird:</p>
<p>C++ != C</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1239094</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1239094</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 04 Mar 2007 17:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 17:34:46 GMT]]></title><description><![CDATA[<p>gcc != g++ ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1239100</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1239100</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Sun, 04 Mar 2007 17:34:46 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 17:58:20 GMT]]></title><description><![CDATA[<p>THX 1138 schrieb:</p>
<blockquote>
<p>gcc != g++ ?</p>
</blockquote>
<p>nicht wirklich. g++ ist der gcc, nur das er die std-lib linkt. Aber wenn du das meinst, der GCC hat intern zwei verschiedene Parser für C und C++ <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1239114</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1239114</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Sun, 04 Mar 2007 17:58:20 GMT</pubDate></item><item><title><![CDATA[Reply to ANSI-C und ANSI-C++ on Sun, 04 Mar 2007 20:24:19 GMT]]></title><description><![CDATA[<p>minhen schrieb:</p>
<blockquote>
<p>ten schrieb:</p>
<blockquote>
<p>vla und 'alloca' sind aber beide mit vorsicht zu geniessen. buffer overflows sind damit vorprogrammiert.</p>
</blockquote>
<p>Gibt es in dem Punkt bei variablen Arrays deiner Meinung nach einen Unterschied zu &quot;normalen&quot; Arrays?</p>
</blockquote>
<p>naja, bei normalen arrays ist der speicher wenigstens immer da. bei vla weiss man das nie so genau...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1239209</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1239209</guid><dc:creator><![CDATA[ten]]></dc:creator><pubDate>Sun, 04 Mar 2007 20:24:19 GMT</pubDate></item></channel></rss>