How do I use AND OR and NOT in C++, because I need to use an and statement and I thought this was right but the compiler is flagging an error with it because I think it thinks it is a pointer reference thing.
if (val1 > 16777215 & val1 <= 4294967295)
thanks in advance