c++ - Type cast from unsigned const char * to char const * -
i want convert unsigned const char * char const * passing strcpy function
please suggest method
(const char *) my_signed_char
in c++ there more idiomatic ways cast this, since using strcpy not programming idiomatic c++ seems.
c++ c visual-c++
No comments:
Post a Comment