showbase
ss.flags(std::ios::hex | std::ios::showbase);
ss.flags(std::ios::hex | std::ios::showbase);
| ios::dec | ios::oct | ios::hex | ios::showbase | ios::showpoint
if ((stream.flags() & ios::showbase) && (*buf_ptr != '0'))
if ((stream.flags() & ios::showbase)) {