'int'에 해당되는 글 1건

  1. 2009.06.04 CString -> int 변환 1


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

Posted by 니니스 :