$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: William Xue (william.xue_at_[hidden])
Date: 2006-10-11 05:20:43
Hi,
First, I am a new user of boost. I wonder of the style of
'boost::format( format-string ) % arg1 % arg2 % ... % argN'.
I think it, format(...), as a function, but it seems not function in C or
C++ style.
% arg1 % ... seems like a group of parameters, if so, why not use '(' and
')' to wrap them?
As it works, there must be something I don't know. Please feel free to
point out what I am wrong.
I'm very glade to know them.
Thanks!
-- Sincerely yours, William