Skip to content

Releases: SSARCandy/ini-cpp

Implement INIWriter

28 Jul 16:46
Compare
Choose a tag to compare
  • 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

01 Jun 07:17
a8a35ab
Compare
Choose a tag to compare
  • feat: make key case sensitive.
  • fix: header guard bug.

v1.0.0 - First release

31 May 18:15
Compare
Choose a tag to compare
doc: update example