#include int main() { for (unsigned char i = 32; i<128; i++) std::cout << i; system("PAUSE"); // prevent the console window from closing return 0; }