Difference between revisions of "GetOpts"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=GetOpts |Short description=a C++ version of the getopt function. |Full description=This is yet another C++ version of the getopt function, that is, for parsing comm...")
 
(New version)
 
Line 10: Line 10:
 
* Platform independant (ANSI C++)
 
* Platform independant (ANSI C++)
 
* EASY to extend for your own types
 
* EASY to extend for your own types
 +
|Homepage URL=http://getoptpp.blogspot.com/
 
|User level=beginner
 
|User level=beginner
|Status=Live
 
|Component programs=
 
|Homepage URL=http://getoptpp.blogspot.com/
 
|VCS checkout command=
 
 
|Computer languages=C++
 
|Computer languages=C++
 
|Documentation note=http://code.google.com/p/getoptpp/wiki/Documentation?tm=6
 
|Documentation note=http://code.google.com/p/getoptpp/wiki/Documentation?tm=6
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=C++,command line,STL,parsing,getopt
 
|Keywords=C++,command line,STL,parsing,getopt
|Is GNU=n
+
|Version identifier=2.18
|Last review by=Kelly Hopkins
+
|Version date=2014/07/10
|Last review date=2009-01-28
+
|Version status=stable
 +
|Version download=https://github.com/timstaley/getoptpp/archive/master.zip
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/17
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.13
+
|Status=
|Version date=2009-01-28
+
|Is GNU=No
|Version status=stable
+
|License verified date=2009-01-28
|Version download=http://getoptpp.googlecode.com/files/GetOpt_pp-2.13.tgz
+
}}
 +
{{Project license
 +
|License=GPLv3
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-01-28
 
|License verified date=2009-01-28
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Daniel Gutson
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Daniel Gutson
 
 
|Email=danielgutson@gmail.com
 
|Email=danielgutson@gmail.com
 
|Resource URL=
 
|Resource URL=
Line 68: Line 65:
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
|Library=c++
 
 
|Software-development=small-specific-development-task
 
|Software-development=small-specific-development-task
|Use=library,software-development
+
|Use=library, software-development
}}
 
{{Project license
 
|License=GPLv3
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-01-28
 
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 19:29, 16 March 2017


[edit]

GetOpts

http://getoptpp.blogspot.com/
a C++ version of the getopt function.

This is yet another C++ version of the getopt function, that is, for parsing command line options and environment variables. However, unlike other versions, the design goals of this one are:

  • EASY to use
  • EASY to learn
  • mimc STL's streams
  • minimum code to type
  • smooth integration with STL types
  • Platform independant (ANSI C++)
  • EASY to extend for your own types





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

Kelly Hopkins

Verified on

28 January 2009




Leaders and contributors

Contact(s)Role
Daniel Gutson Maintainer


Resources and communication

AudienceResource typeURI
DeveloperVCS Repository Webviewhttp://getoptpp.googlecode.com/svn/trunk/
DeveloperVCS Repository Webviewgetoptpp-read-only
Bug TrackingBug Trackinghttp://code.google.com/p/getoptpp/issues/list
DeveloperHomepagehttp://code.google.com/p/getoptpp/
DeveloperDownloadhttp://code.google.com/p/getoptpp/downloads/list


Software prerequisites




Entry


























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.