Game Programming

CString -> int 변환

니니스 2009. 6. 4. 18:47


CString strTemp = _T("2354234");
int iTemp = _ttoi( strTemp );