im trying to do this:
buti get this warning:
i dont understand why, because im not using a pointer, or integer.. character is a char and the $ is.. a char?
Rich (BB code):
if((numChar==0) && (character=="$"))
do i need to worry about it?isr.c:83:31: warning: comparison between pointer and integer
i dont understand why, because im not using a pointer, or integer.. character is a char and the $ is.. a char?