For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that does two things:
1.) Prints out the entire ASCII set to the console and
2.) Allows the user to input one character, which the program does this:
--Converts input to numeric equivilant
--"Flips" the input, outputs the flipped character (not what you think)
--Converts the flipped character into it's numerical equivilent
Really lame, but it's good for n00bs to C++;
Like many of my other projects, I'll post a DL link as soon as I find a file host...