$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] program_options
From: Dejan (xamiw_at_[hidden])
Date: 2009-11-28 04:57:52
Hi all,
I'm experimenting with program_options and trying to get something like
"mandatory options". E.g.
# my_prog -a someValue
with "-a someValue" as mandatory options. Can I define "something" with
program_options.
Thanks in advantage
Dejan