Installing

Use the following to install the library on your Raspberry Pi:


 
sudo apt-get install libconfig++-dev 

Using


#include <libconfig.h++>			//This library needs the "-lconfig++" adding to Project Properties > Build > Linker > Libraries
using namespace libconfig;