home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13568 < prev    next >
Encoding:
Text File  |  1992-09-12  |  698 b   |  22 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!epx.cis.umn.edu!daniel
  3. From: daniel@epx.cis.umn.edu ()
  4. Subject: Borland C++ Classlib
  5. Message-ID: <daniel.716330782@epx.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: epx.cis.umn.edu
  8. Organization: University of Minnesota
  9. Date: Sat, 12 Sep 1992 20:46:22 GMT
  10. Lines: 10
  11.  
  12. I'm using the DoubleList and DoubleListIterator objects, and I'm wondering
  13. if anyone knows the difference between an iterator created like this:
  14.  
  15.   DoubleListIterator    foo(listToIterate);
  16.  
  17. and one created using the initIterator member of the DoubleList object.  Any
  18. ideas?
  19.  
  20. Daniel A. Torrey
  21. daniel@bauhaus.micro.umn.edu
  22.