Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::setw (an abbreviation of 'set width') is an STL std::iostream manipulator to set the width of the next output.
#include <iomanip> |
Screen output:
12345678 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.