문자열(스트링) 전격 분석 2부
본글을 Michael Dunn의 강좌 The Complete Guide to C++ Strings, Part I 과 II 를…
Read More본글을 Michael Dunn의 강좌 The Complete Guide to C++ Strings, Part I 과 II 를…
Read More문자열(스트링) 전격 분석1강 본 글은 Michael Dunn의 강좌 The Complete Guide to C++ Strings, Part…
Read MoreString to Hex sscanf(string, %04X, &your_word16); // where string = your string and // 04…
Read MoreVC++에서 코딩을 하다 발생하는 아래와 같은 에러.. 영문판 VS : fatal error C1010: unexpected end…
Read More모르면 고생하는 VC++ 팁 스레드를 사용하는 프로그램 디버그시 OS가 멈추는 현상 XP에서 스레드를 사용하는 프로그램을…
Read More#include “Tlhelp32.h” bool ProcessKill(CString strProcessName){ HANDLE hProcessSnap = NULL; BOOL bRet = FALSE; PROCESSENTRY32 pe32…
Read More