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