hi i'm trying to write a program that compares and manipulates certain characters from a string.
heres the bit i'm having trouble with.
char c;
if(c <= a && c >= x)//obvious error
//do something
is there anyway i can get this to check if 'char c' lies between 'a' and 'x'?