1. system("pause") 系统暂停,需要定义头文件
2. getch() 无回显,无须回车 #include
3. getche() 有回显,无须回车 #include
4. getchar() 有回显,须回车!!!
5. getchar() 函数等待输入直到按回车才结束,回车前的所有输入字符都会逐个显示在屏幕上。但只有第一个字符作为函数的返回值。常常需要两个getchar(),第二个getchar()是get回车。
6. scanf() 有回显,须回车!!!可能需要加一个getchar()用来get回车。
Sunday, January 6, 2008
工作笔试(四)system("pause") and getchar()
Posted by Cammie at 11:09 PM
Labels: c++, programming
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment