<?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[Programmierbefehl Löschen &amp;amp; Ändern]]></title><description><![CDATA[<p>wir sollen von der schule aus ein programm schreiben welches so ähnlich wie eine<br />
Kundendatenbank funzeln soll<br />
ich hab jetzt schon alles bis auf die befehle fürs löschen und ändern eines Kunden</p>
<p>das ist mein programm:</p>
<pre><code class="language-cpp">#include &lt;cstdlib&gt;
#include &lt;iostream&gt;
#include &lt;string.h&gt;

using namespace std;
int main()

//===============================VARIABLENDEKLARATION===========================
{
    struct tKunde
    { 
           int DatNr;
           string PLZ;
           string TelNr;
           string Name;
           string Vorname;
           string Ort;
           string GebDatum;
           string Geschlecht;
    };

    tKunde Kunden  [1000];
    int a, b, c, wdg;
    string weiter1, weiter2;
    bool wdh = false;
    bool wdh1 = true;
    bool wdh2 = false;
    char auswahl;
    string wiederholen;
    string cls;

//===============================EINGABE========================================
A:
do
{
wdh = false;
    cout &lt;&lt; &quot;Was m&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie tun?&quot; &lt;&lt; endl;
    cout &lt;&lt; &quot;Anlegen = 1 \t  Anzeigen = 2 \t \x8Endern = 3 \t L\x94schen = 4 \t&quot; &lt;&lt; endl&lt;&lt;endl;
    cin &gt;&gt; auswahl;
    cout &lt;&lt; endl &lt;&lt; endl;
    switch(auswahl)
    {
    case '1':{while(wdh1)
               {
               cout &lt;&lt; &quot;Geben Sie die Daten des Kunden ein&quot; &lt;&lt; endl &lt;&lt; endl;
               cout &lt;&lt; &quot;(Name, Vorname, Tel. Nr., PLZ, Ort, Geb. Datum, Geschlecht):&quot;;
               cout &lt;&lt; endl &lt;&lt; endl;
               for(a=0;a &lt; 3;a++)                                                              //Anlegen eines Kunden
                         {
                         Kunden[a].DatNr = a+1;
                         cin &gt;&gt; Kunden[a].Name;
                         cin &gt;&gt; Kunden[a].Vorname;
                         cin &gt;&gt; Kunden[a].TelNr;
                         cin &gt;&gt; Kunden[a].PLZ;
                         cin &gt;&gt; Kunden[a].Ort;
                         cin &gt;&gt; Kunden[a].GebDatum;
                         cin &gt;&gt; Kunden[a].Geschlecht;
                             if(a!=2)
                             {
                             cout &lt;&lt; &quot;\nGeben Sie bitte die Daten f\x81r den n&quot;&lt;&lt;&quot;\x84&quot;&lt;&lt;&quot;chsten Kunden ein!\n&quot; &lt;&lt; endl;
                             }
                         ;}
               cout &lt;&lt; &quot;\n\nWollen Sie noch weitere drei Kunden eintragen?(Ja/ beliebig)\n&quot; &lt;&lt; endl;
               cin &gt;&gt; weiter1;
               cout &lt;&lt; &quot;\n\n&quot;;
               if ((weiter1 == &quot;JA&quot;) || (weiter1 == &quot;Ja&quot;) || (weiter1 == &quot;J&quot;) ||
                   (weiter1 == &quot;jA&quot;) || (weiter1 == &quot;ja&quot;) || (weiter1 == &quot;j&quot;))
                   {
                   wdh1=true;
                   }
                   else  {
                         goto B;
                         wdh1=false;
                         system(&quot;PAUSE&quot;);
                         return EXIT_SUCCESS;
                         }

              }}break;

    case '2':{
              do
              {wdh2 = true;
              {
              cout &lt;&lt; &quot;Welchen Kunden m&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie anzeigen lassen?&quot;;
              cin &gt;&gt; wdg;

                  for(b = 0; b &lt; 1000; b++)
                  {
                  if(Kunden[b].DatNr == wdg)
                      {
                      cout &lt;&lt; &quot;Die Daten von Kunde &quot; &lt;&lt; wdg &lt;&lt; &quot;:&quot; &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Name &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Vorname &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].TelNr &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].PLZ &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Ort &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].GebDatum &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Geschlecht &lt;&lt; endl &lt;&lt; endl;
                      }
                  }
              }
               cout &lt;&lt; &quot;Wollen Sie noch weitere Kunden ausgeben?(Ja/ beliebig)&quot; &lt;&lt; endl;
               cin &gt;&gt; weiter2;
               if ((weiter2 == &quot;JA&quot;) || (weiter2 == &quot;Ja&quot;) || (weiter2 == &quot;J&quot;) ||
                   (weiter2 == &quot;jA&quot;) || (weiter2 == &quot;ja&quot;) || (weiter2 == &quot;j&quot;))
                   {
                   wdh2 = true;
                   }
                   else  {
                         wdh = false;
                         goto B;
                         }
            }while(wdh2);
            }break;         

    case '3':{
             }break;

    case '4':{
             }break;

    default:{
               system(&quot;CLS&quot;);
               cout &lt;&lt; &quot;\n\n\n\t\t\t !!!Falsche Eingabe!!! \n\n\n\n\n Das Programm wird neu geladen\n\n\n&quot;;
               {
                   long Sek;
                   Sek = time(NULL);
                   for (int k = 3; k &gt; 0; k--) {
                   cout &lt;&lt; k &lt;&lt; &quot;\n\n\n&quot;;
                   while (time(NULL) == Sek) {};
                   Sek = time(NULL);
               }
               system(&quot;CLS&quot;);
               goto A;
             }break;
};

B:
    cout &lt;&lt; &quot;\n\nM&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie noch etwas tun? (Ja/ beliebig) &quot; &lt;&lt; endl&lt;&lt; endl;
    cin &gt;&gt; wiederholen;

    if ((wiederholen == &quot;JA&quot;) || (wiederholen == &quot;Ja&quot;) || (wiederholen == &quot;J&quot;) ||
        (wiederholen == &quot;jA&quot;) || (wiederholen == &quot;ja&quot;) || (wiederholen == &quot;j&quot;)) 
        {
        cout &lt;&lt; &quot;\n\nSoll Ihr Fenster ges\x84ubert werden? Ja/ beliebig)&quot; &lt;&lt; endl &lt;&lt; endl;
        cin &gt;&gt; cls;
              {
              if ((cls == &quot;JA&quot;) || (cls == &quot;Ja&quot;) || (cls == &quot;J&quot;) ||
                  (cls == &quot;jA&quot;) || (cls == &quot;ja&quot;) || (cls == &quot;j&quot;))
                  {
                  system(&quot;CLS&quot;);
                  cout &lt;&lt; &quot;\t\t\t Das Programm wird neu geladen\n\n\n&quot;;
                    {
                    long Sek;
                    Sek = time(NULL);
                    for (int k = 3; k &gt; 0; k--) {
                    cout &lt;&lt; k &lt;&lt; &quot;\n\n\n&quot;;
                    while (time(NULL) == Sek) {};
                    Sek = time(NULL);
                    }
                  system(&quot;CLS&quot;);
                  }
              }   
        goto A;
        }

}
system(&quot;PAUSE&quot;);
return EXIT_SUCCESS;
}}while(wdh);}
</code></pre>
<p>PS: hab erst in diesem schuljahr gelernt wie man programmiert also noch anfänger<br />
schreibt bitte noch eine erklärung zu euren antworten damit ich das auch für die zukunft im kopf behalte</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/304512/programmierbefehl-löschen-amp-ändern</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 11:06:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/304512.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Jun 2012 20:45:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 22:19:11 GMT]]></title><description><![CDATA[<p>wir sollen von der schule aus ein programm schreiben welches so ähnlich wie eine<br />
Kundendatenbank funzeln soll<br />
ich hab jetzt schon alles bis auf die befehle fürs löschen und ändern eines Kunden</p>
<p>das ist mein programm:</p>
<pre><code class="language-cpp">#include &lt;cstdlib&gt;
#include &lt;iostream&gt;
#include &lt;string.h&gt;

using namespace std;
int main()

//===============================VARIABLENDEKLARATION===========================
{
    struct tKunde
    { 
           int DatNr;
           string PLZ;
           string TelNr;
           string Name;
           string Vorname;
           string Ort;
           string GebDatum;
           string Geschlecht;
    };

    tKunde Kunden  [1000];
    int a, b, c, wdg;
    string weiter1, weiter2;
    bool wdh = false;
    bool wdh1 = true;
    bool wdh2 = false;
    char auswahl;
    string wiederholen;
    string cls;

//===============================EINGABE========================================
A:
do
{
wdh = false;
    cout &lt;&lt; &quot;Was m&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie tun?&quot; &lt;&lt; endl;
    cout &lt;&lt; &quot;Anlegen = 1 \t  Anzeigen = 2 \t \x8Endern = 3 \t L\x94schen = 4 \t&quot; &lt;&lt; endl&lt;&lt;endl;
    cin &gt;&gt; auswahl;
    cout &lt;&lt; endl &lt;&lt; endl;
    switch(auswahl)
    {
    case '1':{while(wdh1)
               {
               cout &lt;&lt; &quot;Geben Sie die Daten des Kunden ein&quot; &lt;&lt; endl &lt;&lt; endl;
               cout &lt;&lt; &quot;(Name, Vorname, Tel. Nr., PLZ, Ort, Geb. Datum, Geschlecht):&quot;;
               cout &lt;&lt; endl &lt;&lt; endl;
               for(a=0;a &lt; 3;a++)                                                              //Anlegen eines Kunden
                         {
                         Kunden[a].DatNr = a+1;
                         cin &gt;&gt; Kunden[a].Name;
                         cin &gt;&gt; Kunden[a].Vorname;
                         cin &gt;&gt; Kunden[a].TelNr;
                         cin &gt;&gt; Kunden[a].PLZ;
                         cin &gt;&gt; Kunden[a].Ort;
                         cin &gt;&gt; Kunden[a].GebDatum;
                         cin &gt;&gt; Kunden[a].Geschlecht;
                             if(a!=2)
                             {
                             cout &lt;&lt; &quot;\nGeben Sie bitte die Daten f\x81r den n&quot;&lt;&lt;&quot;\x84&quot;&lt;&lt;&quot;chsten Kunden ein!\n&quot; &lt;&lt; endl;
                             }
                         ;}
               cout &lt;&lt; &quot;\n\nWollen Sie noch weitere drei Kunden eintragen?(Ja/ beliebig)\n&quot; &lt;&lt; endl;
               cin &gt;&gt; weiter1;
               cout &lt;&lt; &quot;\n\n&quot;;
               if ((weiter1 == &quot;JA&quot;) || (weiter1 == &quot;Ja&quot;) || (weiter1 == &quot;J&quot;) ||
                   (weiter1 == &quot;jA&quot;) || (weiter1 == &quot;ja&quot;) || (weiter1 == &quot;j&quot;))
                   {
                   wdh1=true;
                   }
                   else  {
                         goto B;
                         wdh1=false;
                         system(&quot;PAUSE&quot;);
                         return EXIT_SUCCESS;
                         }

              }}break;

    case '2':{
              do
              {wdh2 = true;
              {
              cout &lt;&lt; &quot;Welchen Kunden m&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie anzeigen lassen?&quot;;
              cin &gt;&gt; wdg;

                  for(b = 0; b &lt; 1000; b++)
                  {
                  if(Kunden[b].DatNr == wdg)
                      {
                      cout &lt;&lt; &quot;Die Daten von Kunde &quot; &lt;&lt; wdg &lt;&lt; &quot;:&quot; &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Name &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Vorname &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].TelNr &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].PLZ &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Ort &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].GebDatum &lt;&lt; endl &lt;&lt; endl;
                      cout &lt;&lt; Kunden[b].Geschlecht &lt;&lt; endl &lt;&lt; endl;
                      }
                  }
              }
               cout &lt;&lt; &quot;Wollen Sie noch weitere Kunden ausgeben?(Ja/ beliebig)&quot; &lt;&lt; endl;
               cin &gt;&gt; weiter2;
               if ((weiter2 == &quot;JA&quot;) || (weiter2 == &quot;Ja&quot;) || (weiter2 == &quot;J&quot;) ||
                   (weiter2 == &quot;jA&quot;) || (weiter2 == &quot;ja&quot;) || (weiter2 == &quot;j&quot;))
                   {
                   wdh2 = true;
                   }
                   else  {
                         wdh = false;
                         goto B;
                         }
            }while(wdh2);
            }break;         

    case '3':{
             }break;

    case '4':{
             }break;

    default:{
               system(&quot;CLS&quot;);
               cout &lt;&lt; &quot;\n\n\n\t\t\t !!!Falsche Eingabe!!! \n\n\n\n\n Das Programm wird neu geladen\n\n\n&quot;;
               {
                   long Sek;
                   Sek = time(NULL);
                   for (int k = 3; k &gt; 0; k--) {
                   cout &lt;&lt; k &lt;&lt; &quot;\n\n\n&quot;;
                   while (time(NULL) == Sek) {};
                   Sek = time(NULL);
               }
               system(&quot;CLS&quot;);
               goto A;
             }break;
};

B:
    cout &lt;&lt; &quot;\n\nM&quot;&lt;&lt;&quot;\x94&quot;&lt;&lt;&quot;chten Sie noch etwas tun? (Ja/ beliebig) &quot; &lt;&lt; endl&lt;&lt; endl;
    cin &gt;&gt; wiederholen;

    if ((wiederholen == &quot;JA&quot;) || (wiederholen == &quot;Ja&quot;) || (wiederholen == &quot;J&quot;) ||
        (wiederholen == &quot;jA&quot;) || (wiederholen == &quot;ja&quot;) || (wiederholen == &quot;j&quot;)) 
        {
        cout &lt;&lt; &quot;\n\nSoll Ihr Fenster ges\x84ubert werden? Ja/ beliebig)&quot; &lt;&lt; endl &lt;&lt; endl;
        cin &gt;&gt; cls;
              {
              if ((cls == &quot;JA&quot;) || (cls == &quot;Ja&quot;) || (cls == &quot;J&quot;) ||
                  (cls == &quot;jA&quot;) || (cls == &quot;ja&quot;) || (cls == &quot;j&quot;))
                  {
                  system(&quot;CLS&quot;);
                  cout &lt;&lt; &quot;\t\t\t Das Programm wird neu geladen\n\n\n&quot;;
                    {
                    long Sek;
                    Sek = time(NULL);
                    for (int k = 3; k &gt; 0; k--) {
                    cout &lt;&lt; k &lt;&lt; &quot;\n\n\n&quot;;
                    while (time(NULL) == Sek) {};
                    Sek = time(NULL);
                    }
                  system(&quot;CLS&quot;);
                  }
              }   
        goto A;
        }

}
system(&quot;PAUSE&quot;);
return EXIT_SUCCESS;
}}while(wdh);}
</code></pre>
<p>PS: hab erst in diesem schuljahr gelernt wie man programmiert also noch anfänger<br />
schreibt bitte noch eine erklärung zu euren antworten damit ich das auch für die zukunft im kopf behalte</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220774</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220774</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Thu, 07 Jun 2012 22:19:11 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 20:49:24 GMT]]></title><description><![CDATA[<p>das wird irgendwie nicht richtig angezeigt hab da eigentlich noch abstände usw.</p>
<p>sry das das so kacke aussieht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220778</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220778</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Thu, 07 Jun 2012 20:49:24 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 21:08:16 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/304133" rel="nofollow">http://www.c-plusplus.net/forum/304133</a></p>
<p>Mehr sag ich nicht!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220792</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220792</guid><dc:creator><![CDATA[Die erinnerung]]></dc:creator><pubDate>Thu, 07 Jun 2012 21:08:16 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 21:16:57 GMT]]></title><description><![CDATA[<p>Löschen ist eine gute Idee. Lösch das alles bitte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220799</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220799</guid><dc:creator><![CDATA[Mechanics]]></dc:creator><pubDate>Thu, 07 Jun 2012 21:16:57 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 22:08:59 GMT]]></title><description><![CDATA[<p>bisjetzt nur sehr hilfreiche beiträge ich danke euch</p>
<p>bitte nur antworten wenn man auch wirklich helfen will</p>
<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220819</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220819</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Thu, 07 Jun 2012 22:08:59 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 22:21:06 GMT]]></title><description><![CDATA[<p>DerEineTyp schrieb:</p>
<blockquote>
<p>bitte nur antworten wenn man auch wirklich helfen will</p>
</blockquote>
<p>Es wollen alle helfen, sie koennen bloss nicht. Und dein Beitrag ist der Hauptgrund dafuer, daher aergern sie dich.</p>
<p>Du stellst keine Frage, postest aber ellenlangen Code, dazu auch noch unformatiert. Lies dir bitte mal die Links in meiner Signatur durch, damit das nicht noch einmal passiert.</p>
<p>Beim Querlesen faellt mir jede Menge Spaghetticode auf, sogar gotos. Wo immer du gelernt hast, vergiss besser alles und nimm ein gutes Buch (auch in meiner Signatur). In vielen Buechern duerfte goto gar nicht drinstehen, string.h irgendwo im Anhang und der Stil den du benutzt steht so eher in uralten C-Buechern (C und C++ haben nicht viel gemeinsam, ausser der Grammatik).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220821</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220821</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Thu, 07 Jun 2012 22:21:06 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 22:37:52 GMT]]></title><description><![CDATA[<p>Ich gehe jetzt mal nicht auf deinen Code ein.<br />
kennst du std::vector? kennst du Klassen?</p>
<p>Wenn ja, dann mach dir eine vernünftige Klasse mit Constructor und sammle alle Kunden in einem Vector. (tKunde Kunden [1000] &lt;- da stellts mir die Haare auf)<br />
Achja noch was zu vernünftige Antworten:<br />
Es will dir jeder helfen, aber wenn dus uns so schwer machst wird dir keiner helfen.</p>
<p>gruß<br />
syntax</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220829</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220829</guid><dc:creator><![CDATA[Syntax_error]]></dc:creator><pubDate>Thu, 07 Jun 2012 22:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 23:23:53 GMT]]></title><description><![CDATA[<p>[quote=&quot;SeppJ&quot;</p>
<p>Beim Querlesen faellt mir jede Menge Spaghetticode auf, sogar gotos. Wo immer du gelernt hast, vergiss besser alles und nimm ein gutes Buch (auch in meiner Signatur). In vielen Buechern duerfte goto gar nicht drinstehen, [/quote]</p>
<p>die goto kannte ich schon von der batch programmierung.<br />
haben damals im informatik unterricht in der 8. klasse batch programmiert.<br />
ich weiß nicht wie ich das sonst machen soll mit den goto's ist es halt am einfachsten</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/28899">@Syntax_error</a><br />
ne std::vector hatten wir noch nicht und klassen auch nicht und tKunde Kunden [1000] &lt;- die tausend stehen dafür das man 1000 kunden speicher kann und das ist vom lehrer vorgegeben also muss ich das drin lassen</p>
<p>die beiden lehrer die wir in proggen haben, wollen uns noch beibringen wie man das ganz auf der festplatte speichern kann damit man die kunden immer wieder aufrufen kann halt wie ne datenbank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220851</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220851</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Thu, 07 Jun 2012 23:23:53 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 23:24:12 GMT]]></title><description><![CDATA[<p>ups das zitieren hat nicht ganz gefunzelt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220853</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220853</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Thu, 07 Jun 2012 23:24:12 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Thu, 07 Jun 2012 23:26:44 GMT]]></title><description><![CDATA[<p>ups es gibt eine editierfunktion für sowas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220855</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220855</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 07 Jun 2012 23:26:44 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Fri, 08 Jun 2012 07:10:09 GMT]]></title><description><![CDATA[<p>DerEineTyp schrieb:</p>
<blockquote>
<p>das ist vom lehrer vorgegeben also muss ich das drin lassen</p>
</blockquote>
<p>das übliche Problem. Lehrer mit dem Wissensstand von vor 20 Jahren versuchen, ihre alten Programmierkonzepte auf aktuelle Programmiersprachen anzuwenden.</p>
<p>Kommt leider viel zu oft vor...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2220903</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2220903</guid><dc:creator><![CDATA[daddy_felix]]></dc:creator><pubDate>Fri, 08 Jun 2012 07:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Fri, 08 Jun 2012 21:32:28 GMT]]></title><description><![CDATA[<p>Infos über die Verwendung von Vektoren kannst Du übrigens bei<br />
<a href="http://www.cplusplus.com/reference/stl/vector/erase/" rel="nofollow">http://www.cplusplus.com/reference/stl/vector/erase/</a> nachlesen.</p>
<p>Du kannst natürlich auch das C-Array, so wie Du es verwendest, um Funktionen, wie<br />
Elemente löschen oder ändern, erweitern.<br />
Das wäre dann quasi in etwa die eigene Entwicklung eines Klassentemplates wie der<br />
std::vector</p>
<p>Wie sowas geht, kann man z.B. bei<br />
<a href="http://mischaonline.mi.funpic.de/PG/vcppk/die_klasse_vector.html" rel="nofollow">http://mischaonline.mi.funpic.de/PG/vcppk/die_klasse_vector.html</a><br />
nachlesen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2221172</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2221172</guid><dc:creator><![CDATA[redrew99]]></dc:creator><pubDate>Fri, 08 Jun 2012 21:32:28 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Sat, 09 Jun 2012 13:48:28 GMT]]></title><description><![CDATA[<p>hustbaer schrieb:</p>
<blockquote>
<p>ups es gibt eine editierfunktion für sowas</p>
</blockquote>
<p>genau das hatte ja nicht gefunzelt</p>
<p>thx redrew99<br />
werd da ma nachschauen und versuche es dann anzuwenden</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2221352</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2221352</guid><dc:creator><![CDATA[DerEineTyp]]></dc:creator><pubDate>Sat, 09 Jun 2012 13:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to Programmierbefehl Löschen &amp;amp; Ändern on Sat, 09 Jun 2012 17:39:57 GMT]]></title><description><![CDATA[<p>Bei [quote=&quot;SeppJ&quot; fehlt die schliessende ]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2221437</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2221437</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Sat, 09 Jun 2012 17:39:57 GMT</pubDate></item></channel></rss>