GUI程序控制台输出调试信息

#pragma once #include <windows.h> #include <stdio.h> #include <iostream> class CConsoleDebug { public: CConsoleDebug(SHORT nWidth = 30, SHORT nHeight = 3000): m_pFile(NULL) { #ifdef _DEBUG
相关文章
相关标签/搜索