I can't make program print what I want!
I type this script:
int main()
{
cout << "█▓▒░\n";
return 0;
}
and all I get on console is:
????
How to make program print Extended ASCII characters?
Please help.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |