Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::iswgraph is an STL function to check if a wchar_t is a printable character other than a space.
#include <cwctype> |
Screen output:
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.