Console Debugging Window can create a “Console” (DOS-like) window in MFC framework. It points stdout and stderr and hooks stdin (standard input) to the console window. That is, all your information by “printf”, “cout”, “cerr” etc. is output in the console window. You can see the information to know