C++ properties

Hi all,
I have to do some text file with the properties of my software, is there some API for this!? Something that works like "key=value"?!

Thanks.
You can use Boost.Program_options:
http://www.boost.org/doc/libs/1_43_0/doc/html/program_options.html

But if you don't need anything fancy, you can easily do it yourself in less than five minutes.
Hun, I'm looking for some examples of program_options, thanks man.
The page I posted is the documentation for the library... it includes a tutorial.
I've installed the package and it comes with some examples, but I can't find anything about how to create an object from a config file, just object to file, do you have some example like this?
Athar, finally i found an example, thanks, now it's just implement, resolved.
Topic archived. No new replies allowed.