Windows Sockets 2 (Winsock) enables programmers to create advanced Internet, intranet, and other network-capable applications to transmit application data across the wire, independent of the network protocol being used
Suppose i have a struct whose member values i want to send over the network to another system using winsock 2. …
c++ serialization deserialization winsock2This is my first program with winsock. As you can see, I've #include <winsock2.h> and linked ws2_32.…
c++ c winsock2My project uses windows.h in which winsock.h is used, and I need to include boost:assio which uses …
c++ boost-asio winsock c-preprocessor winsock2I am developing a RTSP Source filter in C++, and I am using WINSOCK 2.0 - blocking socket. When I create …
c++ winsock2I cannot include WinSock2.h in a msvc++2010 project. At first I though it was something I was doing wrong, …
visual-c++ winsock2 visual-studio-2010I tried to create a UDP socket on mingw, but socket() returns -1, with errno = 0. Strange. I have included winsock2.…
c sockets mingw codeblocks winsock2I tried to flush a socket after calling to send function in c++. I used winsock2.h library. I need …
c++ sockets network-programming winsock2I'm trying to do some IP agnostic coding and as suggested by various sources I tried to use sockaddr_storage. …
sockets winsock2For my Uni assignment I have to create a fast action paced networked game and so have chosen to use …
c++ c winsock2