a 3 page paper on doubly linked lists + iterators

Hi all,

I only have 2 days left to do this and I really started to panic! I need your help badly.
I need to write a paper on doubly linked lists in C++ and explain how iterators and their operators such as ++ or -- (my own created iterator class not the standard one) work, i.e. accessing the next and previous elements and so. I guess I could squeeze some info on templates.
but I can't write more than a page and I have been searching on line for days!!!!
Can anyone introduce me a good website or a related article or something that helps me get out of this situation?

your help is much appreciated

thanks
You can start here:

http://www.sgi.com/tech/stl/

and look for topics on iterators.

So you've described how doubly linked lists work (next and prev pointers), how to insert and remove (beginning, middle, and end), and described how an iterator on that data structure would work (what ++ and -- does, begin(), end(),...) in 1 page??

Maybe you should try a bigger font. :)
google
Lol - Love the bigger font idea. Uhm http://www.learncpp.com/ other than that you could always use microsofts help file if your using visual studio?
Topic archived. No new replies allowed.