c++ ausgabe < Sonstiges < Hochschule < Informatik < Vorhilfe
|
Status: |
(Frage) reagiert/warte auf Reaktion | Datum: | 20:22 Mi 12.03.2008 | Autor: | hasso |
hallo leute,
ich hab ein derbes problem das mich langsam voll aufregt..
Ich habe im visual studio 2008 express Version ein Programm geschrieben
das sieht so aus.
#include <iostream>
using namespace std;
int zahla;
int zahlb;
int ergebnis = zahla + zahlb;
zahla = 20;
zahlb = 10;
ergebis = zahla + zahlb;
{
cout << "Das Ergebnis ist:" << ergebnis << endl;
system("PAUSE");
}
Das problem ist aber das der Compiler mir das programm nicht ausgibt! jedes mal steht da das system konnte die ausgegebene datei nicht finden bla bla bla .
obwohl ich das speicher. ist es euch auch mal passiert? wisst ihr was ich meine?
gruß hasso
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 11:37 Do 13.03.2008 | Autor: | hasso |
problem gelöst:)
|
|
|
|