For a C++ project in class I am required to parse command line options with two dashes in front of them (i.e. "--Stack" "--Time" etc). It was recommended we use getopt_long to help parse these options. However, while I know how to give my program arguments with a single dash, I cannot figure out how to do "long options" with the double dash. Does xcode support these types of arguments? Any help would be appreciated.