建立一个win32工程,在main中#include <...>
int _tmain(...)
{
    CSocket c;
    c.Create(); //总是失败
}
大家知道为什么Create总是失败么?
GetLastError返回6,INVALID HANDLE.