This file can be built into an executable by using g++.  For example:

cd src/; g++ -o CommandLine.exe CommandLine.cc

The executable can then be run by typing

./CommandLine.exe [arg1] [arg2] ....

where [argN] is an optional argument 
