winsock2
Redirect IO of process to Windows socket
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[详细]
2023-02-11 10:53 分类:问答C++ Winsock - accept()
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 ).[详细]
2023-02-05 11:53 分类:问答Get formatted message for WSA error codes
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\'[详细]
2023-02-03 08:51 分类:问答Uploading PNG File (HTTP POST) with C++ Winsock API
I\'m trying to upload a PNG file through Winsock2 HTTP Post. Here\'s my request string: boundary = \"-----rueldotme\";[详细]
2023-02-01 08:55 分类:问答Is there a simple way to convert a socket to an SSLified socket in C++?
开发者_JS百科In perl there are modules that you can pass a socket to and it\'ll return an SSL enabled socket.[详细]
2023-01-27 21:05 分类:问答Winsock IRC client connects but does not send data
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[详细]
2023-01-27 11:45 分类:问答How do I make an SSL socket available between functions?
This is my class: class SSLIRC : public Bot { public: SSLIRC(void); void sockconnect(char*, int, bool); void sockwrite(char*);[详细]
2023-01-27 07:25 分类:问答Why does the following code make my computer beep?
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[详细]
2023-01-25 08:09 分类:问答How to get domain name from Given IP in MFC (VC++)?
How to get domain name from Given IP in MFC (VC++) ? The code i am using is as below: #include \"stdafx.h\"[详细]
2023-01-25 06:56 分类:问答client / server program in c++ problem
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.[详细]
2023-01-22 16:23 分类:问答