词条 | getche |
释义 | § 词条解释 函数名: getche 功 能: 从控制台取字符(带回显) 用 法: int getche(void); 程序例: #include <stdio.h> #include <conio.h> int main(void) { char ch; printf("Input a character:"); ch = getche(); printf("\You input a '%c'\", ch); return 0; } § 相关条目 计算机; 程序; 语言; 编程; C++ ; 函数 |
随便看 |
百科全书收录594082条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。