搜索资源列表
200000
- Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。 另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( ht
TINYXML
- TINYXML读取XML文件的,TINYXML读取XML文件的-Read XML file TINYXML, TINYXML reading an XML file
XML
- 对tinyxml进行了封装,让处理xml文件更加方便快捷,封装了GetRootElement、GetChildElement、GetElementAttributeValue等常用函数。开发环境为VC6.0,里面包含一个demo,可以直接运行。-Package of tinyxml processing xml files more convenient package GetRootElement, GetChildElement, GetElementAttributeValue commo
tinyxml_2_6_2.tar
- TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.