首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个C++字符串分组容器可读取或保存到INI文件。

一个C++字符串分组容器可读取或保存到INI文件。

资 源 简 介

Purpose/Goal: The main goal of this script is to be easy to use while supporting non-unique keys. Features: * Simple syntax that"s easy to use Single header for ease of integration Seamless usage between unique and nonunique keys for entries Supports grouping of entries, entries are unique to the group Supports subkey grouping through use of a period in key Not tied to any file, easily interchange filenames or save multiple copies C++ based that doesn"t rely on a fixed buffer (no strict requirements on line length) Uses: Config files Container for string grouping without dealing with stl templates What it"s not: Unicode support missing (Need to check UTF8 Compatability, no other plans) A complex string grouping container, subkeys are not designed for speed with no further support for deeper groups
VIP VIP
0.170789s