#include #include using namespace std; void writeOutFile(int errCode){ ofstream out; out.open("mail.out") ; out << errCode; } int main(){ return 0; }