SyntaxFix
Write A Post
Hire A Developer
Questions
I'm Just a starter, but i'v created a char(for example "b"), and I do b = _getch(); (its a conio.h library's command) And check
char(for example "b")
b = _getch();
conio.h
If (b == -32) b = _getch();
And do check for the keys (72 up, 80 down, 77 right, 75 left)