Are there any good configuration file reading libraries for C\C++ that can be used for applications written on the linux platform. I would like to have a simple configuration file for my application. At best i would like to steer clear of XML files that might potentially confuse users.
Are there any good configuration file reading libraries for C\C++ that can be used
Share
You could try glib’s key-value-file-parser