20 Apr
2006
20 Apr
'06
9:18 a.m.
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