2014-04-30 19 views

回答

0
DWORD ar[4]; 
for (int i = 0; i < 4; i++) 
{ CString str; 
    str.Format(L"%08X\n", ar[i]); 
    TRACE(L"%s", str); 
}