#ifndef ARGUMENT_H #define ARGUMENT_H #include #include std::vector convert_arguments(int argc, const char **argv); #endif