/param_parser

Command line argument parsing

Primary LanguageC++GNU General Public License v3.0GPL-3.0

param_t is a class that implements a simple command line argument parser.

To compile and test,

g++ -c param_t.cpp
g++ -o test test.cpp param_t.o

./test