I thought there was a boost library that allowed me to parse unix conf files?
I suppose it also had other functions, that is, it could parse the windows ini files, and I think that the XML based configuration files could be made or were in the way too.
Any idea what is called? I am looking at the program parameters library, and it does not look like the library documentation that I wanted to use just a couple of weeks ago.
EDIT: Well, I think it could be a library of program parameters, but I think that maybe I was looking for other examples of documentation ... maybe lessons.
Can someone point me towards the full tutorial to read the conf file?
EDITOR: Found. The Boost Property Tree library I was looking for!
source
share