Replies: 1 comment
-
You can check the comment above this call, it says: // We can check if _Console_handle actually refers to a console or not by checking the
// return value of GetConsoleMode(). If |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current file location:
STL/stl/src/print.cpp
Line 43 in 48db51b
GetConsoleMode()
says that console is Unicode. But that's not true, or I didn't understand something? Sorry for (possibly) stupid questionBeta Was this translation helpful? Give feedback.
All reactions