Is there a really effective way of dealing with command line parameters in C++?
What I\'m doing below feels completely amateurish, and I can\'t imagine this is how comma
if this is linux/unix then the standard one to use is gnu getopt
http://www.gnu.org/s/libc/manual/html_node/Getopt.html