need little help here
i have array with some description of items in it.
in function countAudioCDs() i need to look for item "Audio CD" and increment it for output.
it alwasy gives me 3, even if i had 10 AudioCD in array
im not sure what im doing wrong
this is just part of program, everything else works
i initalized description = 0 which gives me 0 in the output
and isn't it if(strcmp(string1, string2) == 0) a loop?
im not sure what kind of loop can i put in there.