Questions tagged as 'ostream'

1
answer

Format custom types in ostream

It is possible to modify the behavior of a stream with different options, for example: std::cout << 0xfabadau << '\n'; std::cout << std::hex << std::setfill('0') << std::setw(8) << 0xfabadau << '\n';...
asked by 17.11.2016 / 09:56