String operation, use <cstring> functions. Compare two strings: strcmp(*s1, *s2); Append two strings: strcat(*s1, *s2); Copy a string to other string ...
確定! 回上一頁