Releases: SSARCandy/ini-cpp
Releases · SSARCandy/ini-cpp
Implement INIWriter
- 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
- feat: make key case sensitive.
- fix: header guard bug.