TCHAR to the rescue!
TCHAR to the rescue! TCHAR가 구원의 손길을 내밀다! TCHAR is a character type that lets you use the same codebase for both MBCS and Unicode builds, without putting messy #defines all over your code. A definition of the TCHAR looks like this: TCHAR는 MBCS와 유니코드 빌드 모두의 경우에 같은 기초코드를 사용할 수 있도록 해주는 문자 타입이다. 여러분의 코드에 너저분한 #define 문들을 넣이 않고도 말이다. TCHAR의 정의는 다음과 같다. #ifdef UNICODE typedef wchar_t TCHAR; #else typed..
C++/General
2008. 1. 11. 14:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ftp
- SDL
- 게임데브포에버
- TraceRoute
- RoR
- SQLite Spy
- EzShortcut
- 조엘 온 소프트웨어
- perfmon
- Ruby on Rails
- 루비
- NDC2013
- MS-SQL
- 디버깅
- 멀티스레드
- svn
- 리버스 엔지니어링
- 게임개발포에버
- 바로가기 프로그램
- 디자인 패턴
- ruby
- Rails
- EasyExec
- c언어
- 좋은 프로그래머
- 임백준
- TDD
- 루비 온 레일즈
- CppSQLite
- 엘키
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함