$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [program_options] Can this library write config file?
From: Edouard A. (edouard_at_[hidden])
Date: 2009-08-06 04:40:19
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_at_[hidden]>
wrote:
> the boost::program_options can read options from config file.
> But, can this library write opions into config file?
-- EA