?? student.cpp
字號(hào):
#include"student.h"
void student::set()
{
cout<<"input the number :";
cin>>num;
cout<<"input the name: ";
cin>>name;
cout<<"input the sex (f/m): ";
cin>>sex;
}
void student::disply()
{
cout<<"the number is : "<<num;
cout<<"the name is : "<<name;
cout<<"the sex is : "<<sex;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -