Show ASCII table: Difference between revisions

m
C++ - enable syntax highlighting
No edit summary
m (C++ - enable syntax highlighting)
Line 887:
 
=={{header|C++}}==
<lang c++cpp>#include <string>
#include <string>
#include <iomanip>
#include <iostream>
Line 922 ⟶ 921:
std::cout << std::endl;
}
}</lang>
}
</lang>
{{out}}
<pre>
32 : Spc 48 : 0 64 : @ 80 : P 96 : ` 112 : p
33 : ! 49 : 1 65 : A 81 : Q 97 : a 113 : q
1,777

edits