home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16058 < prev    next >
Encoding:
Text File  |  1992-11-10  |  831 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!caen!malgudi.oar.net!news.ysu.edu!do-not-reply-to-path
  3. From: ae007@yfn.ysu.edu (Daniel Newcombe)
  4. Subject: Class Queue for any data type?
  5. Message-ID: <1992Nov10.221405.2040@news.ysu.edu>
  6. Sender: news@news.ysu.edu (Usenet News Admin)
  7. Nntp-Posting-Host: yfn.ysu.edu
  8. Organization: Youngstown State University/Youngstown Free-Net
  9. Date: Tue, 10 Nov 1992 22:14:05 GMT
  10. Lines: 12
  11.  
  12.  
  13. Hi, I have a class queue that is a queue structure for int's.
  14. I would like to expand it so that it can use any data type
  15. without having to rewrite the code for each data type. What
  16. would be the best way to do this?  Have it be a queue of  
  17. addresses?  Thanks...
  18. -Dan
  19. -- 
  20.     -Dan Newcombe
  21. Internet Address:  STDN@VM.MARIST.EDU
  22. Youngstown Freenet: ae007@yfn.ysu.edu
  23. GOAL: To put the world on 3.5" diskettes...  :)
  24.