hostent* thisHost;
thisHost = gethostbyname("");
const char* szIP=inet_ntoa(*(struct in_addr *)*thisHost->h_addr_list)
thisHost = gethostbyname("");
const char* szIP=inet_ntoa(*(struct in_addr *)*thisHost->h_addr_list)
'Programming' 카테고리의 다른 글
Tail 함수 구현 (2) | 2009.05.26 |
---|---|
쓰레드 동기화 방법론 (0) | 2009.04.30 |
Windows 폴더, 파일 수 제한 (0) | 2009.04.27 |
TCP/IP Header 구조 (0) | 2009.04.22 |
Visual Studio 단축키 (0) | 2009.04.08 |