[program_options] Can this library write config file?

6 Aug
2009
6 Aug
'09
7:11 a.m.
the boost::program_options can read options from config file. But, can this library write opions into config file?

8:40 a.m.
Writing INI files is very easy and if you're in Windows you can use the Win32 API for this purpose: WritePrivateProfileSection, WritePrivateProfileString etc. Still, that would be nice to have a library for that in boost, even if it's not very difficult to do (I hate the registry). On Thu, 6 Aug 2009 15:11:35 +0800, Guanqiang Liu <guanqiangliu@gmail.com> wrote:
the boost::program_options can read options from config file. But, can this library write opions into config file?
-- EA
5788
Age (days ago)
5788
Last active (days ago)
2 comments
3 participants
participants (3)
-
Edouard A.
-
Guanqiang Liu
-
Vladimir Prus