I need a very small ini "library" (it does not need to be small in size, but just like 1-2 cpp files). I don't need fancy stuff, no need for UTF-16, I just want to load small dev config files. Must be cross platform and no boost, also fast.
So far I have been using SimpleIni and hated it. First it was buggy (till I got a newer version), now it don't compile under C++11 and the output .ini files (writing) is "untidy". Ugh...
I have found this list: http://blog.brush.co.nz/2009/02/inih/
Please, recommed me something (I don't want to try them one by one)...