Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::uppercase is a stream manipulator: when a number's base and/or non-decimal digits are show, std::uppercase displays these in uppercase.
#include <iostream> |
Screen output:
0XFF |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.