creating STL-like iterators

D

Dylan

Does anyone know of a good resource (URL/book) that describes step by
step, how to create an iterator with STL-like properties for a custom
data-structure?

Thanks for any help
 
V

Victor Bazarov

Dylan said:
Does anyone know of a good resource (URL/book) that describes step by
step, how to create an iterator with STL-like properties for a custom
data-structure?

Nicolai Josuttis, "The C++ Standard Library". ISBN 0-201-37926-0.

Victor
 
R

red floyd

Dylan said:
Does anyone know of a good resource (URL/book) that describes step by
step, how to create an iterator with STL-like properties for a custom
data-structure?

Thanks for any help

"Generic Programming and the STL" -- Matt Austern
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top