Hello,
I have a console application and am using CreateThread to create a new
thread from my main thread. Both threads call printf and, thus, cause
interleaved prints to the console window. Is there a reasonable way to have
the second thread open it's own console window and direct its printfs to
that window? I can't separate them into two separate applications because
they must share common global variables.
Thanks,
Ray Mitchell
RayMitchell@MeanOldTeacher.com