implicit conversion from void* to xxx*
cl & gcc : allowed
g++ : not allowed
so we can use gcc to compile , and don't forget to link with -lstdc++
if there is cpp file.
implicit conversion from void* to xxx*
cl & gcc : allowed
g++ : not allowed
so we can use gcc to compile , and don't forget to link with -lstdc++
if there is cpp file.