c++ 中二进制如何在Edit文本框中显示出来?

2025-05-13 22:19:51
推荐回答(1个)
回答(1):

char c;
CString str1;

c='1';

str1.Format("%02x",c);