CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> Conio. H for Linux
Conio. H for Linux
Time:11-14
Void main () {
char ch;
For (;; ) {
//system (" stty - echo ");
Ch=getch ();
If (ch==27) break;
If (ch==13)
continue;
Putch (ch);
}
}
Page link:
https//www.codepudding.com/Backend/81555.html
Prev:
C gobang
Next:
My multiplication tables
Tags:
The base class
Related
Links:
CodePudding