I want to test if the byte I read from a data file is 0xEE, what should I do? I tried if (aChar == 0xEE)
but doesn t seems working.
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...