How do I properly compare strings in C? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How do I properly compare strings in C? - Stack Overflow
Ok a few things, gets is unsafe and should be replaced with fgets(stdin, SIZE,...)
so that you don't get a buffer overflow. Next, to compare strings, you ...