29 May
2013
29 May
'13
10:24 a.m.
Hello, I want to parse std::string, perhaps into a vector<string>, but I do not want the command line argument to be positional in nature (i.e. like the examples demonstrate), because there may be a handful of parameters I need to capture into string or vector<string>. I've been able to parse integral types like int, even vector<int>, but haven't had much success with string. Possible or is this a program options "feature" and/or bug? Regards, Michael Powell