At school I use Visual Studio.
And there's a function there called 'stricmp' which compares two strings insenstive to case.
While I could make a temp char array, and lower case both paramters, I don't really want to have to do that.
So is there a equivalent in Xcode? I tried using stricmp but Xcode told me it wasn't declared.
And there's a function there called 'stricmp' which compares two strings insenstive to case.
While I could make a temp char array, and lower case both paramters, I don't really want to have to do that.
So is there a equivalent in Xcode? I tried using stricmp but Xcode told me it wasn't declared.