Question: I need help using getopt_long to parse command line args using the parse flags described required/optional short flag long flag required arg optional -h --help
I need help using getopt_long to parse command line args using the parse flags described
required/optional short flag long flag required arg
optional -h --help
optional -s --size
required -i --infile filename
required -o --output filename
int main( int argc, char *argc[]){
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
