Re: Parsing/defining getopt style strings

Jens Kallup <jkallup@web.de>
Tue, 1 Sep 2015 03:03:07 +0200

          From comp.compilers

Related articles
Parsing/defining getopt style strings mtreibton@googlemail.com (2015-08-17)
Re: Parsing/defining getopt style strings jkallup@web.de (Jens Kallup) (2015-09-01)
| List of all articles for this month |

From: Jens Kallup <jkallup@web.de>
Newsgroups: comp.compilers
Date: Tue, 1 Sep 2015 03:03:07 +0200
Organization: Aioe.org NNTP Server
References: 15-08-013
Keywords: parse
Posted-Date: 31 Aug 2015 23:04:08 EDT

Hi,


You can do this with the "boost" libs (program_options).
www.boost.org


Hope this helps.
Jens
[Most people use getopt() from the standard C library. That's what
it's for, after all. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.