About • Installation • Functions • Features • Support • License
|
INIReader is a lightweight and easy to use INI file parser written in C++. It was designed because I simply didn't like the other offerings, but also to learn some C++. It is a single header and cpp file. Easy to include in any project and will compile on any compiler. (Preview) |
- Download the latest version of the INIReader.
- Include
INIReader.hto your project- Setup a new INIReader object
INIReader inifile. - That's it!
- Setup a new INIReader object
ReadFile- Reads file based on the filename you supplySaveFile- Saves file based on the filename you supplyAddSection- Adds a new [Section] to the internal listAddKeyValue- Adds a new Key = Value pair to the [Section] specifiedRemoveKeyValueFromSection- Removes Key = Value pair to the [Section] specifiedRemoveSection- Removes [Section] and any Key = Value pair associatedGetValueFromKey- Retrieves the value from Key = Value pair from [Section] specifiedPrintFileDebug- Spits out the file usingprintf
| 🔩 INIReader | ◾ Other INI Readers | |
|---|---|---|
| Small | ✔️ | ✔️ |
| Lightweight | ✔️ | ✔️ |
| Easy to use | ✔️ | ❌ |
Not exactly the best in the world, but it gets the job done.
Reach out to me at one of the following places if you so wish:
- E-Mail: devburmaraider@gmail.com
