I'd like to pass parameters on the command line to my C++ program in the following manner:
./myprog --setting=value
Are there any libraries which will help me to do this easily?
I'd like to pass parameters on the command line to my C++ program in the following manner:
./myprog --setting=value
Are there any libraries which will help me to do this easily?