Okay, so to compare an item to the pointer's content I have to de-reference it and tell the machine that "hey, make that pointer a char again", right? Kind of like doing str[i] == '\n' if I was running a for loop??