home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!spool.mu.edu!umn.edu!epx.cis.umn.edu!daniel
- From: daniel@epx.cis.umn.edu ()
- Subject: Borland C++ Classlib
- Message-ID: <daniel.716330782@epx.cis.umn.edu>
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: epx.cis.umn.edu
- Organization: University of Minnesota
- Date: Sat, 12 Sep 1992 20:46:22 GMT
- Lines: 10
-
- I'm using the DoubleList and DoubleListIterator objects, and I'm wondering
- if anyone knows the difference between an iterator created like this:
-
- DoubleListIterator foo(listToIterate);
-
- and one created using the initIterator member of the DoubleList object. Any
- ideas?
-
- Daniel A. Torrey
- daniel@bauhaus.micro.umn.edu
-