hi, umm i just wanna know if theres a way to create a single char array, an array wc stores chars like 'a' instead of ''a''. It is because i need to get an single char input by getch, and compare it to an array of predefined char arrays like if('f'==myArray[5]) which is also equal to 'f'. Please help me. Thanks!