$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2007-11-06 09:52:56
 
> Can Anyone suggest how to use commandline options with boost.
> My requirement is:  tool.exe -a "Parameter1" Parameter2 
> parameter I would run tool.exe with 3 parameters. also i have 
> many commandline options.
> Can anyone please help me in assisting how to use boost 
> library for this. 
Have you seen the Boost.ProgramOptions library here:
http://www.boost.org/doc/html/program_options.html?
Regards Hartmut