C++ (Qt)int main (.....){ QApplication app;........................... const int result = app.exec (); removeFile (); return result;}