typedef std::basic_string<TCHAR> tstring;

위의 코드를 쓴다면 유니코드 프로젝트에서 string, wstring 구분할 필요없이 tstring으로 코딩을 할수 있습니다.

+ Recent posts