Doppelter Bezeichner "file", würde ich mal sagen: Benenne file in ifile resp. ofile um... -- Gruß, virtual Quote of the Month Ich eß' nur was ein Gesicht hat (Creme 21)
u.cpp: In function `int main(int, char **)': u.cpp:8: `FILE' undeclared (first use this function) u.cpp:8: (Each undeclared identifier is reported only once u.cpp:8: for each function it appears in.) u.cpp:8: `datei' undeclared (first use this function) u.cpp:16: `ifstream' undeclared (first use this function) u.cpp:16: parse error before `(' u.cpp:17: `file' undeclared (first use this function) u.cpp:19: parse error before `(' u.cpp:23: implicit declaration of function `int getchar(...)'
ist sowieso überflüssig, er benutzt ja kein fopen...
außerdem ist bei der drittletzten Zeile ein ; zuviel -- class God : public ChuckNorris { };Dieser Post wurde am 17.08.2003 um 12:10 Uhr von FloSoft editiert.
Oliver Müller postete Was kommt denn bei dir für ein Fehler?
LZ77.cpp: In function `int main(int, char**)': LZ77.cpp:16: variable `std::ifstream eingabe' has initializer but incomplete type LZ77.cpp:19: variable `std::ofstream ausgabe' has initializer but incomplete type