009
09.12.2004, 22:36 Uhr
FloSoft
Medialer Over-Flow (Administrator)
|
falsch
C++: |
int test = static_cast<int>(ShellExecute(NULL,"open","notepad","c:\\datei.txt",NULL,SW_SHOWNORMAL)); if(test <= 32) { switch(test) { case ERROR_FILE_NOT_FOUND: { cout << "Datei existiert nicht" << endl; } break; case 0: { cout << "Zuwenig Arbeitsspeicher" << endl; } break; default: { cout << "Andere Fehler, siehe MSDN :D" <<endl; } } }
|
-- class God : public ChuckNorris { }; Dieser Post wurde am 09.12.2004 um 22:37 Uhr von FloSoft editiert. |