求教一段程序的代码输出
cout.setf ( ios_base::hex,ios_base::basefield);
cout.setf ( ios_base::showbase | ios_base::uppercase);
cout.setf ( ios_base::left,ios_base::adjustfield);
count.fill (‘$’);
count.width (6);
cout < <66;
cout < <66 < <66 < <66 < <’\n’;
[解决办法]
答:
不会有输出,因为有笔误
@_@
[解决办法]
0X42$$0X420X420X42
Press any key to continue