//ice_t@dosgames.com
//If you want this in a file just do: ch
// arlist.exe > charlog.txt
//I hope you can use it for something :)
//
#include
int main()
{
for (int charnr = 0; charnr < 256; charnr++)
cout << (char)charnr << " = " << charnr << "\n";
}