strcpy() needs two C style strings, not an STL string and a C style string. The parameters are strcpy(to, from); where to is the string to ...
確定! 回上一頁