We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5d18e commit fbf524eCopy full SHA for fbf524e
README.md
@@ -33,7 +33,7 @@ int main() {
33
const auto& v5 = r.GetVector<std::string>("section2", "any_vec"); // ["1", "2", "3"]
34
35
// And also support writing to new ini file.
36
- r.InsertEntry("new_section", "key1", 5); // section and key not exist
+ r.InsertEntry("new_section", "key1", 5); // Create new entry
37
inih::INIWriter::write("output.ini", r); // Dump ini to file
38
39
return 0;
0 commit comments