superGetOpt (a getopt replacement)



Publisher Description



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


About superGetOpt (a getopt replacement)

superGetOpt (a getopt replacement) is a free software published in the Components & Libraries list of programs, part of Development.

This Components & Libraries program is available in English. It was last updated on 22 April, 2024. superGetOpt (a getopt replacement) is compatible with the following operating systems: Linux, Mac, Windows.

The company that develops superGetOpt (a getopt replacement) is toastoid. The latest version released by its developer is 1.0. This version was rated by 1 users of our site and has an average rating of 5.0.

The download we have available for superGetOpt (a getopt replacement) has a file size of 47.99 KB. Just click the green Download button above to start the downloading process. The program is listed on our website since 2016-06-11 and was downloaded 39 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the superGetOpt (a getopt replacement) as malware if the download link is broken.

How to install superGetOpt (a getopt replacement) on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the superGetOpt (a getopt replacement) is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  5.0/5     1
Downloads: 39
Updated At: 2024-04-22
Publisher: toastoid
Operating System: Linux, Mac, Windows
License Type: Free