Major Field/Windows (1) 썸네일형 리스트형 문자 집합 (Character Sets) char, wchar_t, WCHAR, TCHAR, LPWSTR, LPCTSTR, ...... -_- 아오, 뭐가 이렇게 많지.. 윈도우 프로그래밍을 시작하면 다들 느끼게 되는 궁금증일 것이다.WinNT.h 에는 아래와 같이 자료형들에 대해 define 되어 있다. WinNT.h .......... //// Basics// #ifndef VOID#define VOID voidtypedef char CHAR;typedef short SHORT;typedef long LONG;#if !defined (MIDL_PASS)typedef int INT;#endif#endif //// UNICODE (Wide Character) types// #ifndef _MACtypedef wchar_t WCHAR; // wc.. 이전 1 다음