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
相關文章
相關標籤/搜索