Aug 28, 2011 at 3:48pm
1 2
|
// http_client.h
void FillSockAddr(sockaddr_in *pSockAddr, const char *pServerName, int portNumber);
|
1 2
|
// http_client.cpp
void FillSockAddr(sockaddr_in *pSockAddr, const string &pServerName, int portNumber) { .. }
|
Last edited on Aug 28, 2011 at 3:51pm
Aug 28, 2011 at 4:09pm
What a pair of fresh eyes can do, I've ran this code from end to end trying to figure out some obscure problem...
Thank's and sorry for the stupid question,
Hugo Ribeira