From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-04-20 05:18:08


Ken wrote:

> clear more, my question is: What is the best way to save variables_map?

Write a function to save it by hand. program_options does not provide
any write capabilities. It is exclusively for reading.
You could try the property_tree library currently under review.

Sebastian Redl