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