You cannot use == to compare 2 strings in C. That basically compares their addresses since a string is a char array. In <string.h>, there is ...
確定! 回上一頁