inih
inih copied to clipboard
This is a header only C++ version of inih.
Hi, there are C4996 warnings when I try to compile my code with ```#include "INIReader.h" ``` in multiple files. I didn't add ```_CRT_SECURE_NO_WARNINGS``` for my project but it should be...
Hey. I saw this header and because I needed a fallback feature, I implemented and thought to send back a PR with it. The code change was minor, but has...
Hi, is there any way to load all sections into an array ?
This is a PR to allow testing with multiple compilers: * g++ 5 * g++ 6 * g++ 7 * g++ 8 * g++ 9 Currently the test application was...
Would be nice to have, but should be an opt-in define or maybe a separate method... As you would have to find all the ${.*} patterns and call a GetEnvironmentVariable...