Back to Suggestions - program options library
parse_command_line() should accept "char const *cmd_line". Especially in the Windows environment the original command line is often easier available than the argc/argv preparsed arguments.
- People/Hartmut Kaiser