home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!jvnc.net!nuscc!ntuix!gthkoh
- From: gthkoh@ntuix.ntu.ac.sg (Koh Thong Hwee)
- Newsgroups: comp.lang.c++
- Subject: BC++ Container Class Problem
- Message-ID: <1992Nov16.014419.27027@ntuix.ntu.ac.sg>
- Date: 16 Nov 92 01:44:19 GMT
- Organization: Nanyang Technological University - Singapore
- Lines: 39
- X-Newsreader: TIN [version 1.1 PL6]
-
- [ Article crossposted from comp.os.ms-windows.programmer.misc ]
- [ Author was Koh Thong Hwee ]
- [ Posted on Thu, 12 Nov 1992 06:36:52 GMT ]
-
-
- Hi C++ gurus,
-
- I am crossposting this question as I have gotten no reply yet from the
- other newsgroups and I thought some of you might be able to help me here...
- Although the question centers on BIDS template class, maybe you can still
- help out by discussing on the topic of templates in general.
-
- I would appreciate any pointers that you can offer...
-
-
- TH Koh
- gthkoh@ntuix.ntu.ac.sg
-
- ------------------------- attachment -----------------------------------
-
-
- 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
-