Hello all,
I have here an stl-based scanner/tokenizer object that some of you might find useful. It is completely free.
http://flashdaddee.com/forums/attachment.php?s=&postid=97313
- Cheers
Sebastian G.
Hi, all. Now that I have the client functioning, I would like to complete the server. The problem I am having now is with bind()ing the listening socket. Here is the code I am using:
bool bind(SOCKET sock, unsigned long address, unsigned short port = 80)
{
sockaddr_in local;
memset(&local...
Hi, all. I am having a problem getting connect() to complete successfully. I've tried to isolate the problem a bit, and in the below example simply use the manifest constant INADDR_LOOPBACK for simplicity. Any help would be greatly appreciated!
#include <iostream>
#include <winsock.h>
int...
I have several dll's I would like to convert to static libs. Does anyone know how to do this on any compiler? I am using Bloodshed DevC++ but any compiler will do.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.