随笔分类 -  C++

摘要:注意生成控制台程序,即-L/SUBSYSTEM:console 1 //This application demonstrates how to show a dialog in a console app. 2 3 #include 4 5 #include 6 7 class MyAp... 阅读全文
posted @ 2014-07-18 18:00 高斯山 阅读(555) 评论(0) 推荐(0)
摘要:-----From wxwidgets Docs 3.1Functions and Macros by CategoryDetailed DescriptionWrappers of CRT functionsFunctions and Macros by Category Detailed Des... 阅读全文
posted @ 2014-07-15 14:19 高斯山 阅读(364) 评论(0) 推荐(0)
摘要:该示例程序运行良好,除了退出时出现下图:原因:wxAuiManager需在主窗口析构时呼叫UnInit().文档:void wxAuiManager::UnInit()Uninitializes the framework and should be called before a managed ... 阅读全文
posted @ 2014-07-11 22:21 高斯山 阅读(580) 评论(0) 推荐(0)