Show ASCII table: Difference between revisions

Content added Content deleted
No edit summary
m (C++ - enable syntax highlighting)
Line 887: Line 887:


=={{header|C++}}==
=={{header|C++}}==
<lang c++>
<lang cpp>#include <string>
#include <string>
#include <iomanip>
#include <iomanip>
#include <iostream>
#include <iostream>
Line 922: Line 921:
std::cout << std::endl;
std::cout << std::endl;
}
}
}</lang>
}
</lang>
{{out}}
{{out}}
<pre>
<pre>
32 : Spc 48 : 0 64 : @ 80 : P 96 : ` 112 : p
32 : Spc 48 : 0 64 : @ 80 : P 96 : ` 112 : p
33 : ! 49 : 1 65 : A 81 : Q 97 : a 113 : q
33 : ! 49 : 1 65 : A 81 : Q 97 : a 113 : q