Hey all,

As stated before, I'm new to MFC programming. I come from the old DOS days. MS Quick C.

So here is my problem. During programming, I usually will put a few print statements in the code to monitor varibles or to mark that a function has been reached. Used to be I just used printf or the old _outtext(array,"CCC"var);

Well -outtext isn't in the lib and printf will not put anything to screen. Unless it's writing in the same color as my background.

So in short, I need to know how to quickly print a literal string/char or varible to screen.

Thanks. And yes I did look on the Code Guru pages/f.a.q. but couldn't find anything that would help.

Again, Thanks in advance for any and all responses

Jerry