태그|zeromemory(총 2개의 글)
'zeromemory' 관련 최근글
-
- ZeroMemory

-
세계설계자님의 이글루 by 세계설계자|01/15 14:49
구조체가 클래스의 멤버 변수일 경우 구조체를 초기화 하는 C+의 API입니다. 사용법 만약 struct_type struct_name; 으로 멤버 변수를 선언했다면 초기화 하려는 구현부에서 이와같이 해주시면 구조체의 멤버 변수를 초기화 할수 있습니다. ZeroMemory(&struct_na..
- ZeroMemory
-
- 네이트온 봇~ 기초가 튼튼해야..

-
Dynamic하게~ by DynamicBu|2007/11/08 01:38
오늘 또 다시 느낌. char command[4]; string tmp1(buf); ZeroMemory(command,16); tmp1.copy(command,4,0); if(strcmp(command,"PING") = 0) { this->Send("PING 6rn",8); //여기도 잘 모르겠음.; 8을 줘..
기초, 배열, 배열초기화, ZeroMemory, 네이트온
- 네이트온 봇~ 기초가 튼튼해야..






