#include #include using namespace std; //This program is chinese.C. //To run it and see the output, put this program in your home directory. Then // // c++ chinese.C // ./a.out > public_html/chinese.html // //Then point your web browser at // // http://storm.cis.fordham.edu/~jsmith/chinese.html // //where jsmith is your Fordham login name. //I got the code numbers from https://www.unicode.org/charts/PDF/U4E00.pdf int main() { cout << "\n" << "\n" << "\n" << "\n" << "\n\n" << "\n" << "

\n" << "\n"; //Output 16 consecutive Chinese characters. for (int i {0x4E0A}; i < 0x4E1A; ++i) { cout << "&#x" << uppercase << hex << i << ";\n"; } cout << "\n" << "

\n\n" << "\n" << "\n"; return EXIT_SUCCESS; }