Possible Duplicates:
What parameter parser libraries are there for C++?
C++ Parse Command Line Arguments
What is the best C++ command line argument parser that you can suggest?
Possible Duplicates:
What parameter parser libraries are there for C++?
C++ Parse Command Line Arguments
What is the best C++ command line argument parser that you can suggest?
Try Boost::Program Options. It allows you to read and parse command lines as well as config files.