Does anyone use boost program_options? What I'm trying to do is this:
--Files 1.jpg 2.jpg 3.jpg
The only thing I know how to do is
--File1 1.jpg --File2 2.jpg --File3 3.jpg
Does anyone know how to do this, and maybe store them in a vector<string>?
Thanks,
Dave