Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by MarbolanGos ( 15 years ago )
void print_error(string message, const char* file, int line)
{
fprintf(outfile,"\n\n%s in file %s, line %d\n",message.c_str(),file,line);
fflush(outfile);
exit(1);
}
Revise this Paste