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?
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??