int cnt = static_cast<int>(DWORD 변수)
double sum = stataic_cast<double>(__int64 변수)
strncpy > StringCchCopyNA
strcpy > StringCchCopyA
strncpy > StringCchCopyN
_tcscpy > StringCchCopy
wcsncpy > StringCchCopyNW
wcscpy > StringCchCopyW
sprintf > StringCbPrintf
_stprintf > StringCbPrintf
StringCchPrintf
strcat > StringCchCatA
_tcscat > StringCchCat
wvsprintf > StringCchVPrintf
wsprintfW > StringCchPrintfW
_tcstok > _tcstok_s
StringCchPrintf( lineBuffer, lineBufferSize,
'C++' 카테고리의 다른 글
WTL : Windows Template Library (0) | 2012.04.06 |
---|---|
log4cxx warning 관련 C4275 (0) | 2012.04.06 |
OTL 샘플 (0) | 2012.04.06 |
현재 자신이 서비스 모드로 실행되었는지 콘솔모드로 실행되었는지 확인하는 방법 (0) | 2012.04.05 |
openssl + AES256 + Base64 (0) | 2012.03.11 |
UTF-8 변환 (UTF8Conv.h) (0) | 2012.03.10 |
#pragma message 를 활용한 할일 적어두기 (0) | 2012.03.07 |
메모리 릭 확인 - Detected memory leaks (0) | 2012.02.27 |