
26 Jan
2012
26 Jan
'12
8:08 a.m.
On Thu, Jan 26, 2012 at 6:41 PM, Christof Donat <cd@okunah.de> wrote:
When writing an application, how do I use boost::program_options to parse a std::vector< std::string >? At least I have not found any overloaded version of parse_command_line(). Maybe I have just not seen it.
The tutorial explains this. Also, see main_tutorial_3.cpp. While we're on the topic of parsing command line arguments though, that is another spot I'd definitely like support for wide strings (see wmain, wWinMain, GetCommandLineW, etc). Well, pretty much everywhere tbh...