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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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