有没有办法转换char[]成unsigned char*?
char[]
unsigned char*
char buf[50] = "this is a test"; unsigned char* conbuf = // what should I add here
c++ type-conversion
c++ ×1
type-conversion ×1