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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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