31.07.2013, 08:25
Hmm try to use strfind..
or just change your to this
Код:
if(strfind(str,Gpd) != -1)
Код:
if(strcmp(str, Gpd, false) == 0)