#include #include int main() { using namespace std; if (remove("test.txt") != 0) { cerr << "Datei konnte nicht geloescht werden.\n"; } }