c++ void* 与 char* 的转换问题
阿神
阿神 2017-04-17 13:54:04
0
1
559
阿神
阿神

闭关修行中......

reply all(1)
阿神

On c++ you have to cast explicitly

char* to=(char*)dest;
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template