I am new to winsock, I tried to write a server socket that accepts new connection, then it calls an external executable file. How can we redirect the stdin and stdout of the external executable file t
I\'ve start开发者_开发百科ed tying to learn Winsock with C++ and I\'m having some problems. I started by following the Winsock Example on MSDN ( a basic client-server ).
i\'m using winsock2 in a win32 c++ application. I would display with MessageBox the network errors that i can retrieve by calling WSAGetLastError(). How can i do this? I saw FormatMessage but i didn\'
I\'m trying to upload a PNG file through Winsock2 HTTP Post. Here\'s my request string: boundary = \"-----rueldotme\";
开发者_JS百科In perl there are modules that you can pass a socket to and it\'ll return an SSL enabled socket.
I开发者_如何学JAVA\'m using the code posted on http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/126639f1-487d-4755-af1b-cfb8bb64bdf8 but it doesn\'t send data just like it says in the first
This is my class: class SSLIRC : public Bot { public: SSLIRC(void); void sockconnect(char*, int, bool); void sockwrite(char*);
I\'m having a really hard time understanding why is this piece of code making my computer beep. I\'ve isolated thi开发者_Python百科s section of code to be the one producing the occasional beep, but I
How to get domain name from Given IP in MFC (VC++) ? The code i am using is as below: #include \"stdafx.h\"
I have created a client and server program in c++ based i=on windows sockets. I have some problem that when i execute the program no message appears on the server end and after that the program exits.