📄 chapter2-3.cpp
字号:
//文件名:CHAPTER2-3.cpp
#include <iostream.h>
void main()
{
cout.setf(ios::hex,ios::basefield);
cout<<cout.flags(ios::showpoint)<<endl; //显示64
cout<<cout.flags(ios::showbase)<<endl; //显示256
cout<<cout.flags(); //显示128
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -