Image

Imagebooticon wrote in Imagecpp

Any easy way to loop through the list of ASCII characters, printing them and their corresponding ASCII code?

And yes, it's for school, so I don't expect a full answer. I know that cout << int(ch); will do it for one, but I need to loop through the whole 127.