Possible Duplicate:
Redirecting cout to a console in windows
I've created a child richedit window with CreateWindow and I wonder is it possible to redirect all cout calls so text would appear in RichEdit controll instead of console ?
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
As far as I know, you can't do that. You need to send window messages to set the text in the control. That's not to say you can't use stream syntax. You could define your own |
|||||||||||||||
|