Re: [C++] Command line parser
- From: "Eagle" <FlyLikeAnEagle@xxxxxxxxxx>
- Date: Thu, 26 Apr 2007 09:15:53 GMT
Hello Adam,
On Thu, 26 Apr 2007 07:26:24 UTC, AD <adeon@xxxxxxxxxxxxxx> wrote:
Hi,
Is there any command line parser which could handle long options
preceded with single dash (e.g. "-help")?
Adam
What is wrong with writing your own parser to fit your needs?
When you see [argv[x] == "-help"] take the desired action or set
a flag to take the action later.
David
.
- References:
- [C++] Command line parser
- From: AD
- [C++] Command line parser
- Prev by Date: Re: help with statistics library
- Next by Date: Re: help with statistics library
- Previous by thread: [C++] Command line parser
- Next by thread: Re: [C++] Command line parser
- Index(es):
Relevant Pages
|