0175
C ++でASCIIを出力しようとしています
cout << "¯¯¯¯¯¯ E\n" << endl // the "E" is there for comparison
とは対照的に
cout << "________E\n" << endl;
しかし、コンソールでは間違っています。
»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
これを修正する方法はありますか?
よろしくお願いします。
0175
C ++でASCIIを出力しようとしています
cout << "¯¯¯¯¯¯ E\n" << endl // the "E" is there for comparison
とは対照的に
cout << "________E\n" << endl;
しかし、コンソールでは間違っています。
»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
これを修正する方法はありますか?
よろしくお願いします。