CString m_s="";
char b[10];
int v=14;

m_s.Format("%s",itoa(v,b,2));
BYTE tt;
tt=(BYTE)_tcstol(m_s,0,2);

相关文章:

  • 2021-11-28
  • 2021-11-02
  • 2022-12-23
  • 2021-06-15
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-11-17
  • 2021-05-25
相关资源
相似解决方案