Function print keyboard values instead of characters in C

前端 未结 0 441
旧时难觅i
旧时难觅i 2021-01-07 12:59

I received an assignment to build the Snake game, and I provided with the following \'gotoxy\' function:

void gotoxy(int y, int x) {
    printf("\\x1b[%d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题