如何在c ++中将字符串转换为Unsigned char ...
我有,
unsigned char m_Test[8];
我想分配一个字符串"Hello world"来m_Test.
"Hello world"
m_Test
怎么做?
c++
c++ ×1