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

XYZ

Member
Joined
May 20, 2008
Messages
124
Reaction score
0
Points
16
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