Dumb program for experimenting with getopt() C++ function.
- Clone repository.
- Use
make
command inside of the directory.
Use --verbose
to set the verbose flag. (it really only enables flag and no more job is done here)
Use -a
or --a_option
to enable a option.
Use -b
or --b_option
to enable b option.
Use -l<int>
or --list=<int>
to enable l option with some arg.
Use -f<string>
or --file=<string>
to enable f option with some arg.