$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dragan Milenkovic (tyrant_at_[hidden])
Date: 2002-05-13 11:23:34
On May 12, 2002, Giovanni Bajo wrote:
<snip>
> cout << mystring("Hello, my name is %1 and I am %2 years
> old").arg("Giovanni").arg(999) << endl;
Just to say that python language uses operator % for a similar thing.
In python there is %f, %d instead of %1, but I find this more
convenient. Still... can we use % ? :)
<snip>
> Giovanni Bajo
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
-- Dragan Milenkovic