DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
A Flexible UNIX Command Line Processing Facility - Args(C++)

A Flexible UNIX Command Line Processing Facility - Args(C++)

Every non-trivial UNIX program accepts command-line arguments. Processing command-line arguments might seem like an easy enough task to program, and thus not worthy of a general-purpose library, beyond the functionality provided by getopt(S). However, there are a number of variations of command line processing not handled by getopt(S): Given these variations, the universal need for command-line processing, and the fact that a C++ facility can avoid the global variables necessary with getopt(S), it was deemed worthwhile to provide a portable, flexible C++ command-line processing facility.
Next topic: Options and option values

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005