home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!ntuix!gthkoh
- From: gthkoh@ntuix.ntu.ac.sg (Koh Thong Hwee)
- Subject: BC++ Container Class Problem
- Message-ID: <1992Nov12.063652.11857@ntuix.ntu.ac.sg>
- Organization: Nanyang Technological University - Singapore
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Thu, 12 Nov 1992 06:36:52 GMT
- Lines: 20
-
-
- Hi C++ gurus,
-
- Does anyone know of a good book that teaches how to use the Borland Container
- Class, especially on the new BIDS template class. The documentation that
- comes with the BC++ 3.0 package is very poor on this for a beginner like
- me. I would like to see more examples on how to use it...
-
- In particular, I would like to know how to use the link list to store
- disparate objects. I can use the indirect storage method of storing their
- pointers instead. However I need to declare the type T for the link list
- template class and how do I declare it for storing the different pointer types
- to the many different kinds of objects?
-
- Any help is most welcomed...
-
-
- TH Koh
- gthkoh@ntuix.ntu.ac.sg
-
-