I have the descriptor of a standard output device (STD_OUTPUT_HANDLE). Can I use it to create an object ostream ?
This descriptor for the console
HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE)
I have the descriptor of a standard output device (STD_OUTPUT_HANDLE). Can I use it to create an object ostream ?
This descriptor for the console
HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE)