Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » Habe eine frage zu c++

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
31.10.2008, 19:45 Uhr
~Sebastian
Gast


So bin nue in c++
und habe mal weng was programirt aber des wiill net gehn
bitte helft mir

C++:
#include <iostream>
#include <string>
using namespace std;

int main()
{
    string antwort;
    string note;
    
    cout <<"Biste gut in Informatic?? (j/n)" <<endl; // Start Frage
    cin >>antwort;

    if(antwort == "j") //Hier Ist der Block wen der benutze Mit j geantwortet hatt
    {
        cout <<"Ja Cool dass fine ich sau geile looooll" <<endl;
        cout <<" " <<endl;
        cuot <<"Welche Note hast du in Informatic?? (1/2/3/4/5/6)" <<endl;
        cin >>note;
        
           if(note == "1") cout <<"Na is doch berfeckt";
           if(note == "2") cout <<"bast dioch noch";
           if(note == "3") cout <<"Nja kann mkan noch als gut sehehn";
           if(note == "4") cout <<"Hattes vill net gescheid aufgebasst";
           if(note == "5") cout <<"Dass ist nicht mer so gut";
           if(note == "6") cout <<"Du haste die Forherige frage mit ja geandwotets das war dann wol eine lüge";
    }


    
    if(antwort == "n") //der Blok wen der benuzer mit n geantwortet hatt
    {
        cout <<"Ach mann so welche hasse ich mann du hundskribel" <<endl;
        cuot <<"Welche Note hast du in Informatic?? (1/2/3/4/5/6)" <<endl;
        cin >>note;
          
           if(note == "1") cout <<"Na is doch berfeckt";
           if(note == "2") cout <<"bast dioch noch";
           if(note == "3") cout <<"Nja kann mkan noch als gut sehehn";
           if(note == "4") cout <<"Hattes vill net gescheid aufgebasst";
           if(note == "5") cout <<"Dass ist nicht mer so gut";
           if(note == "6") cout <<"Mite deiner antwort n haste voll richtig mann mach mer am pc";
    }




    system("PAUSE");
    return 0;
}



Danke in Vorraus

Edit: cpp-Tag war kaputt
ao

Dieser Post wurde am 31.10.2008 um 19:48 Uhr von ao editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
31.10.2008, 19:56 Uhr
ao

(Operator)


du hast an zwei stellen "cuot" geschrieben statt "cout". Sonst ists so weit OK. Syntaxprüfung in Stringliteralen findet ja (zu deinem Glück!) nicht statt.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
31.10.2008, 20:05 Uhr
mischa
Fragender


Hallo,
erstmal paar allgemeine Sachen. Wenn du einen Fehler im Programm hast soltest du immer dazu sagen was für ein Fehler das ist, ob das jetzt ein Syntax Fehler ist oder Laufzeitfehler ist. Und immer die komplette Fehlermeldung dazu schreiben.
Also jetzt du deinem Fehler. Du hast paar Mal statt "cout" "cuot" geschrieben. Wenn ich das beheben kompiliert er es bei mir.
Ach ja du solltest lieber kein system(""); benutzten. In den F.A.Q. von dem Forum gibt es eine gute Erklärung warum man das net machen sollte.

edit:
zu langsam
--
Latein Unterricht ist die spätere Rache der Römer an den Germanen.

Dieser Post wurde am 31.10.2008 um 20:05 Uhr von mischa editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (ANSI-Standard) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: