Using c_str() and strcpy() ... c_str() is a library function which converts C++ string data type to a C strng. Then we can copy it to character array using strcpy ...
確定! 回上一頁