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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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