Код: Выделить всё
#include
using namespace std;
int main() {
/define the unicode for four suits, for display purpose
const char SPADE[] = "\x03";
const char CLUB[] = "\x04";
const char HEART[] = "\x05";
const char DIAMOND[] = "\x06";
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79549416/microsoft-visual-studio-is-not-recognizing-special-characters[/url]