Thread
:
a players record system IN DESPAIR.
View Single Post
jose_peeterson
Contributor
9Aug2011,19:38
************ error************
if(p[ctr].name == pname);
the above line is has an error because strings need to be compared using if(strcmp(str1,str2) == 0);
sorry about that.