Getting a character and printing it in VC++
- by sss123
I have a problem getting a character from the user in VC++.the function i want to use uses the char format so when i get the input using getch() it gives me an error that can't convert 'int' to 'char'.
could someone please help me how to get the input in char format please?