Ini Cpp Versions Save

📑 Yet another ini config parser for modern C++

v1.1.0

3 years ago
  • With the new INIReader::InsertEntry() and INIReader::UpdateEntry(), it is easy to modify the content of a reader.
  • Introduce to new INIWriter, which can dump reader's content to an .ini file.

v1.0.1

4 years ago
  • feat: make key case sensitive.
  • fix: header guard bug.

v1.0.0

4 years ago