home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13546 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  622 b 

  1. Path: ix.netcom.com!news
  2. From: wkdugan@ix.netcom.com (Bill Dugan)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Deque
  5. Date: Mon, 25 Mar 1996 22:18:28 GMT
  6. Organization: Netcom
  7. Message-ID: <4j7654$pd2@dfw-ixnews5.ix.netcom.com>
  8. References: <Dou5pI.LL0.0.-s@hkusuc.hku.hk>
  9. NNTP-Posting-Host: lax-ca9-20.ix.netcom.com
  10. X-NETCOM-Date: Mon Mar 25  4:19:16 PM CST 1996
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. fishclub@hkusua.hku.hk (Fishing Club) wrote:
  14.  
  15. >Could anyone write me a c++ template class to implement deques of
  16. >objects of any type. Thx
  17.  
  18. >Fishing
  19.  
  20. The Standard Template Library has one. Check it out, it may be what
  21. you want.
  22.  
  23.