I'm trying to get a struct member string value and compare it to another string:
if(struct.member == "same_text")

I have also tried strcpy() and strcmp() but LC will not compile due to pointer errors.

any thought?