Hi I'm doing an assignment and in this part of it I need to check if a word I have entered into a char array is equal to a word stored in a structure array. This is what I have but it doesn't work:
if (CDdata[i].artist == search)
Can someone please help me compare the item in the structure array to the char array?
Thanks.