
21 Jan
2005
21 Jan
'05
9:50 p.m.
Hello,
I have been using program_options for a while and it works great.
However, I don't know how to make a program which behaves like this:
programname -blah abc -blah def -blah ghi
In my code I would read the option blah as a vector of strings, like:
po::options_description desc("Configuration");
desc.add_options()
("blah",
po::value