17.getch(fuction key)

#include <bits/stdc++.h>
#include <conio.h>
using namespace std;
int main(){
    int c;
    while(c = getch()){
        cout << c << endl;
    }
    return 0;
}

results matching ""

    No results matching ""