ECN>> ini>> 返回
项目作者: leonhad

项目描述 :
INI file handling in C++.
高级语言: C++
项目地址: git://github.com/leonhad/ini.git
创建时间: 2019-06-28T00:23:58Z
项目社区:https://github.com/leonhad/ini

开源协议:GNU Lesser General Public License v3.0

下载


INI file handling

This library is a Windows INI file handing.

File format

A INI file is key & value pair separated by section. Example:

  1. [Section name]
  2. key = value

Licensing

This software is released under the GNU Lesser General Public License v3.0 (LGPLv3+).
Additionally, Autoconf includes a licensing exception in some of its
source files.

For more licensing information, see
http://www.gnu.org/licenses/gpl-faq.html.


Copyright (C) 2012 Leonardo Alves da Costa.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.