Posts by Sullyvan Nunes • 23 points
1 post
-
2
votes1
answer2024
viewsQ: Problem using getch() in C
I’m writing a simple game that relies on crossing a number in the first element of the matrix to the last element. However, I’m willing to use the function getch() so that the element moves through…