Hiya, I'm looking for a simple way to convert Winsock "WSAGetLastError()" messages to strings. Does anyone know of a C/C++ header or function that can be used to do this (either a Windows header or a 3rd party one)? Thanks. Just to verify, I need something like:
char * ErrorMessage(int error_code);
or even:
char * error_array[] = {...
Cheers! Edit: can anyone tell me why my rating dropped 50+ points after disagreeing with an "elite" member (whos opinion is obviously worth more than mine)? Is that not allowed here?