View Single Post
Contributor
9Aug2011,19:38  
jose_peeterson's Avatar
************ 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.