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
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
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