User profile: Michael002

User info
User name:Michael002
History
Joined:
Number of posts:2
Latest posts:

Sockets: Define Host for gethostbyname
The standard examples of using sockets : int main(int argc, char *argv[]) . . . . . server =...

std:thread fails compile if #include<algorithm> is used
Following fails compile, but works ok if I remove the <algorithm> include. Compiler Error Messag...