Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Brauche hilfe bei 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
25.05.2009, 14:55 Uhr
~CppNoob
Gast


und zwar möchte ich eine auswahl machen, das ganze sieht so aus:

Code:
#include <iostream>

using namespace std;

int main()
{
// Hier wird festgelegt wie groß die variablen sind
    int zahl1 = 0;
    int zahl2 = 0;
    int zahl3 = 0;
    int auswahl = 0;

//AUSWAHL DIALOGE
cout << "Was möchtest du berechnen? " << endl;
cout << " plus[1], minus[2], <empty, <emtpy> " << endl;
cin >> auswahl;

// Zahlangabe zahl1(Eingabe) + zahl2(3)
{if (auswahl==1)
        cout << "-------Plusrechner-------" << endl;
        cout << "Bitte erste Zahl eingeben" << endl;
        cin >> zahl1;

        cout << "Bitte zweite Zahl eingeben" << endl;
        cin >> zahl2;

        zahl3 = zahl1 + zahl2;
        cout << " " << endl;

        cout << "RECHNUNG: " << zahl1 << " + " << zahl2 << " = " << zahl3 << endl;


        system("PAUSE");
        return 0;}

{if (auswahl==2)
cout << "Momentan noch leer" << endl;
system("Pause");
return 0;}
}


Leider funktioniert das nicht so ganz, wäre nett wenn mir jemand helfen könnte.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
25.05.2009, 18:28 Uhr
~f.-th.
Gast


Warum die geschweiften Klammern vor if?
Die müssen woanders hin.
Du weist ja was die geschweiften KLammern bewirken?

Dein Code ist aber seltsam formatiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


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: