Tutorial:OptionParser

From MSL-Libraries
Revision as of 15:14, 5 April 2010 by Dwkulp (talk | contribs) (Created page with 'This is an example of how to add and use the MSL command-line parser ( '''OptionParser object''' ). <font color="red"> WARNING: Tutorial writing i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is an example of how to add and use the MSL command-line parser ( OptionParser object ).

WARNING: Tutorial writing in progress, some errors may exist.

Complete source of example_option_parser.cpp


To compile

% make bin/example_option_parser

To run the program

Go to the main directory and run the command

% bin/example_option_parser

Program description


Back to the tutorial page