We want to save some user preferences inside our GUI part of our code. I used Win32 programming exclusively, and the typical way was with the registry settings.
I suppose this should be done with configuration files, but it was interesting if there was a library or cross-platform shell that made it very easy to save a pair of keys and values.
source share