outputand

  1. X

    How to output(and input) alt characters like "???????•??" in C++?

    i want to output "????????" these kind of characters but it prints only '?'...i tried using cout Also it prints '?' when i input this for a char variable.
Back
Top