$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2007-05-15 18:12:01
>
> Can you please tell me how can i loop thru the same list in reverse?
>
check out the rbegin/rend member functions of std::vector
http://www.sgi.com/tech/stl/Vector.html
Chris