登录
首页 » Visual C++ » BoostTest

BoostTest

于 2021-02-04 发布 文件大小:11044KB
0 119
下载积分: 1 下载次数: 0

代码说明:

说明:  编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)

文件列表:

BoostTest\BoostBind\BaseStruct.h
BoostTest\BoostBind\BoostBind.cpp
BoostTest\BoostBind\BoostBind.h
BoostTest\BoostBind\BoostBind.rc
BoostTest\BoostBind\BoostBind.vcproj
BoostTest\BoostBind\BoostBind.vcproj.PC-200904041752.Administrator.user
BoostTest\BoostBind\BoostBindDoc.cpp
BoostTest\BoostBind\BoostBindDoc.h
BoostTest\BoostBind\BoostBindView.cpp
BoostTest\BoostBind\BoostBindView.h
BoostTest\BoostBind\GlobalMacro.h
BoostTest\BoostBind\MainFrm.cpp
BoostTest\BoostBind\MainFrm.h
BoostTest\BoostBind\ReadMe.txt
BoostTest\BoostBind\res\BoostBind.ico
BoostTest\BoostBind\res\BoostBind.rc2
BoostTest\BoostBind\res\BoostBindDoc.ico
BoostTest\BoostBind\res\Toolbar.bmp
BoostTest\BoostBind\Resource.h
BoostTest\BoostBind\stdafx.cpp
BoostTest\BoostBind\stdafx.h
BoostTest\BoostBind\XmlParse.cpp
BoostTest\BoostBind\XmlParse.h
BoostTest\BoostTest.ncb
BoostTest\BoostTest.sln
BoostTest\BoostTest.suo
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_date_time-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_filesystem-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_graph-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_serialization-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_signals-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-1_34_1.dll
BoostTest\ThirdPartyLib\boost\dll\boost_thread-vc80-mt-gd-1_34_1.dll
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\minmax_element.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\compare.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\concept.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\config.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\constants.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\case_conv.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\classification.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\finder_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_all.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_format_store.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\formatter_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\replace_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\sequence.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\detail\util.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\erase.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\finder.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\find_iterator.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\formatter.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\iter_find.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\join.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\predicate_facade.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\regex_find_format.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\replace.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\sequence_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\split.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\list_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\rope_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\slist_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std\string_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\std_containers_traits.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\trim.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string\yes_no_type.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string.hpp
BoostTest\ThirdPartyLib\boost\include\boost\algorithm\string_regex.hpp
BoostTest\ThirdPartyLib\boost\include\boost\aligned_storage.hpp
BoostTest\ThirdPartyLib\boost\include\boost\any.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\add_facet.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\archive_exception.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_binary_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_streambuf_locale_saver.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_iprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_text_oprimitive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_archive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_iarchive.hpp
BoostTest\ThirdPartyLib\boost\include\boost\archive\basic_xml_oarchive.hpp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • 6240720
    scport for monting your pc s port usage!(Scport for monting your PC s port usage!)
    2017-06-02 05:03:16下载
    积分:1
  • datxbases
    VB使用Windows Media Encoder 9 SDK编程的几个例子程序(VB use Windows Media Encoder 9 SDK examples of programming applications)
    2017-06-12 22:03:12下载
    积分:1
  • VCPPMulti-COM
    windows下的VC++有关于多com接口的编程,是一个在工程中实际用过的例子。(under windows with VC++ programming interface for multi-com, used in a real project.)
    2011-10-05 23:10:53下载
    积分:1
  • RationalQuantifyUsage
    绝对原创,请站长加分啊,这是用来快速定位性能底下的一段测试代码,配合Quantify使用,上面附有说明,如何定位到。(Rational Quantify Usage)
    2014-06-06 10:48:34下载
    积分:1
  • ConvDBF
    批量将DBF文件中的数据导入到一个MDB文件中,涉及到数据库操作和VC DLG编程。(Batch data in the DBF file into an MDB file, related to the operation of the database and the VC DLG programming.)
    2013-09-27 20:40:44下载
    积分:1
  • plcbd
    输入要查的内容,批量查找百度搜索的工具,简单实用的小工具(Input to check the contents of the batch search Baidu search tool, simple and practical gadgets)
    2013-04-20 11:48:40下载
    积分:1
  • ezWENJUAN
    一个简单的卷统软件,目前各项功能还不是很完善,正在努力开发,希望能有更好的版本.(a simple vol EC software, the various functions is not perfect, is working to develop, hoped for a better version.)
    2006-06-18 21:54:09下载
    积分:1
  • config
    config.c file from win2000 event log sources.
    2013-10-13 02:27:37下载
    积分:1
  • REGCTRL
    说明:  注册表操作,打开注册表,查询,并进行设置。后面有注释部分是进行系统的一些信息进行设置查询。(Registry operation, open the registry, query, and set up. Notes partly behind some of the information system set up inquiries.)
    2008-11-07 18:11:18下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载