Hi
I have lots of code using Cout to printout things in a console program with several source files
so moving to a windows program,would it be a good idea to write a different version of cout that outputs to a textbuffer instead,textbuffer that is used in settext in a richedit control?
or GDI drawtext?