strcmp
#3

Код:
if(strcmp(string1,string2,true) == 0)
to

Код:
if(strcmp(string1,string2,true) != 0)
It's the same exact thing as GoldenLion has suggested you to do.
Reply


Messages In This Thread
strcmp - by iLearner - 18.11.2016, 13:31
Re: strcmp - by GoldenLion - 18.11.2016, 13:42
Re: strcmp - by iamjems - 18.11.2016, 13:43
Re: strcmp - by iLearner - 18.11.2016, 13:54
Re: strcmp - by GoldenLion - 18.11.2016, 15:34
Re: strcmp - by iamjems - 18.11.2016, 17:52
Re: strcmp - by Micko123 - 18.11.2016, 17:53
Re: strcmp - by Konstantinos - 18.11.2016, 18:01
Re: strcmp - by GoldenLion - 18.11.2016, 18:36
Re: strcmp - by iLearner - 27.11.2016, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)