On 11/01/2010 01:16 PM, Rao, Anant wrote:


Hi,

 

I have a ‘char *’. I need to be able to traverse thru the string in both fwd and reverse directions.

A char* is a reversible iterator already.  Reversible iterators are modeled to look like pointers.

Patrick