$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2002-06-19 01:00:14
>From: "Martin Bosticky" <MBosticky_at_[hidden]>
> Is there a Command Line Parser or something around that people use a lot?
I
> am getting really annoyed having to write command line interpreter class
for
> each new project. I don't know how well this fits in with the concepts of
> boost but surely this is a repeated problem that everybody has every time
There's the Spirit parser framework (http://spirit.sourceforge.net), which
may be used for this, as well. From the homepage, this will likely be
submitted to Boost sometime, too.
It was discussed on the Boost list about half a year ago. You should find it
in the archives.
Regards,
Terje