Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
/ tinyini Public archive

a tiny cross-platform INI parser.

Hou-Rui/tinyini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tinyini

Tinyini is a tiny cross-platform INI parser.

Usage:

  1. Copy "src/tinyini.cpp" and "src/tinyini.hpp" to your project.
  2. Enjoy!

description

An INI document is organized as a tree structure of sections and key-value pairs. The whole document is considered as a section containing several child sections and key-value pairs.

Child sections can be accessed using operator(), and key-value pairs using operator[]. By default, the values are considered as std::string.

About

a tiny cross-platform INI parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published