Guitoolkit http://www.beyondata.com/pwc.html The Ultimate Toolbox http://www.codeproject.com/KB/MFC/UltimateToolbox.aspx GuiToolkit(开源,类似Visual Studio Read More
posted @ 2014-09-01 00:32 findumars Views(11572) Comments(0) Diggs(0)
转载出处:http://www.acejoy.com/ace/thread-3777-1-1.html1、C++各大有名库的介绍——C++标准库2、C++各大有名库的介绍——准标准库Boost3、C++各大有名库的介绍——GUI4、C++各大有名库的介绍——网络通信5、C++各大有名库的介绍——XM... Read More
posted @ 2014-09-01 00:28 findumars Views(723) Comments(0) Diggs(0)
dddd Read More
posted @ 2014-09-01 00:05 findumars Views(491) Comments(0) Diggs(0)
C/C++ 开发库 | C/C++ Development Library这里收集一些著名的 C/C++ 开发库、SDK、类库、可复用类与结构代码 等信息,列举它们的介绍、参考和网站链接,为各位 C/C++ 程序员和爱好者提供检索和查阅类库的方便下面收集的 C/C++ 类库介绍整理来源于文章:C++... Read More
posted @ 2014-08-31 23:59 findumars Views(1073) Comments(0) Diggs(1)
windows消息机制(MFC) windows消息机制(MFC) 消息分类与消息队列 Windows中,消息使用统一的结构体(MSG)来存放信息,其中message表明消息的具体的类型, 而wParam,lParam是其最灵活的两个变量,为不同的消息类型时,存放数据的含义也不一样。 time表示产 Read More
posted @ 2014-08-31 23:42 findumars Views(26287) Comments(4) Diggs(7)