📄 file.cpp
字号:
#include<iostream.h>
//#include <iostream.h >
#include <conio.h >
void main ( )
{
cout << "please input the b key to hear a bell"<<endl;
char ch = getche( );
if (ch =='b')
cout <<'\a'<<endl;
else
if(ch == 'n')
cout << "what a boring select on ……\n";
else
cout << "bye!\n";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -