1
I’m doing my first C programming project, and it’s a card game. The problem is that I do not know how to add the symbol of suits to run at the prompt. They are not in the ascii table, but I know it has how to do. Can you give me a north? Thank you
This problem is not with C probably, but with the terminal that will run, it probably depends on the configuration of its interface, you can even use the command
system()
, but in windows will be one thing and in other terminal emulators will be another command withinsystem()
, will depend on the operating system that runs.– Guilherme Nascimento
Something like this, https://ideone.com/wmjMdj?
– Woss
It is only for windows the program. How can I make these suits appear at windows prompt?
– user154000
Dear user, as I said, you can even get by using some command
system()
, but it is more likely that it will only be possible to configure on the CMD interface itself, right-clicking on the window title and then properties, of course I think you can do via system, but I’m inclined to believe that some things in XP, 7, 8 and 10 can vary.– Guilherme Nascimento