#include int main() { using namespace std; FILE *datei = fopen("nichtda", "r"); if (!datei) { perror("Fehler beim Oeffnen"); } }