M's INI parser is a small library written in standard C++ that parsers INI files.
The library implements a parser that handles information stored in INI format documents and presents it in a standard std::map<std::string, std::string> data structure.
License
GNU General Public License version 3.0 (GPLv3)Follow M's INI parser
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
-
This project needs more work. It compiled easily, but I can't parse the simplest ini file: [section] low=15 I get a parser error with no indication what's wrong. I couldn't find any documentation or sample .ini files for reference