Hello,
Is there any way in C++ to find if a tcp connection is still connected or lost connection.

I'm trying to do something like this:

if(is still connected)
{
//code...
}

Thanks,
Alaa
allomeen is online now Edit/Delete Message