Home Page

superGetOpt (a getopt replacement) - Download




About superGetOpt (a getopt replacement)

superGetOpt =========== SuperGetOpt is a printf-like getopt replacement for command line argument handling. The supergetopt library makes it very easy to handle all kinds of command-line arguments in a printf()-style way....

superGetOpt
===========

SuperGetOpt is a printf-like getopt replacement for command line argument handling.

The supergetopt library makes it very easy to handle all kinds of command-line arguments in a printf()-style way.
All types of command-line arguments are supported and all user-supplied values are checked for type validity.

If you have been searching for an easy-to-use, flexible, portable command-line and general use parser, this is it!

A Simple Example:
=================


int main( int argc, char *argv[] )
{
int n, argPos;
float yourFloat;
int yourInt;
char *yourString;

n = superGetOpt( argc, argv, &argPos, "-YourFlag %f%s%d", &yourFloat, yourString, &yourInt, "Help Message", NULL );

return(n);
}


It's that easy. No header files to create, no argument order to concern yourself with.
Please read the testSuperGetOpt.c example and you'll fully understand.
Features
  • printf-style argument handling
  • easy-to-use syntax
  • intuitive
  • lightweight
  • C/C++ support



Previous Versions

Here you can find the changelog of superGetOpt (a getopt replacement) since it was posted on our website on 2015-04-27 03:00:00. The latest version is and it was updated on 2024-04-22 16:06:27. See below the changes in each version.

superGetOpt (a getopt replacement) version
Updated At: 2016-06-11
superGetOpt (a getopt replacement) version files
Updated At: 2010-09-20
Changes: Several fixes and updates


Related Apps

Here you can find apps that are similar with superGetOpt (a getopt replacement).



Disclaimer

External Download


We do not host superGetOpt (a getopt replacement) on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for superGetOpt (a getopt replacement) is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  5.0/5     1
Downloads: 39
Updated At: 2024-04-22 16:06:27
Publisher: toastoid
Operating System: Mac,windows,linux
License Type: Free