home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16341 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.6 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!jvnc.net!nuscc!ntuix!gthkoh
  2. From: gthkoh@ntuix.ntu.ac.sg (Koh Thong Hwee)
  3. Newsgroups: comp.lang.c++
  4. Subject: BC++ Container Class Problem
  5. Message-ID: <1992Nov16.014419.27027@ntuix.ntu.ac.sg>
  6. Date: 16 Nov 92 01:44:19 GMT
  7. Organization: Nanyang Technological University - Singapore
  8. Lines: 39
  9. X-Newsreader: TIN [version 1.1 PL6]
  10.  
  11. [ Article crossposted from comp.os.ms-windows.programmer.misc ]
  12. [ Author was Koh Thong Hwee ]
  13. [ Posted on Thu, 12 Nov 1992 06:36:52 GMT ]
  14.  
  15.  
  16. Hi C++ gurus,
  17.  
  18. I am crossposting this question as I have gotten no reply yet from the
  19. other newsgroups and I thought some of you might be able to help me here...
  20. Although the question centers on BIDS template class, maybe you can still
  21. help out by discussing on the topic of templates in general.
  22.  
  23. I would appreciate any pointers that you can offer...
  24.  
  25.  
  26. TH Koh
  27. gthkoh@ntuix.ntu.ac.sg
  28.  
  29. ------------------------- attachment -----------------------------------
  30.  
  31.  
  32. Hi C++ gurus,
  33.  
  34. Does anyone know of a good book that teaches how to use the Borland Container
  35. Class, especially on the new BIDS template class.  The documentation that
  36. comes with the BC++ 3.0 package is very poor on this for a beginner like
  37. me.  I would like to see more examples on how to use it...
  38.  
  39. In particular, I would like to know how to use the link list to store
  40. disparate objects.  I can use the indirect storage method of storing their
  41. pointers instead.  However I need to declare the type T for the link list
  42. template class and how do I declare it for storing the different pointer types
  43. to the many different kinds of objects? 
  44.  
  45. Any help is most welcomed...
  46.  
  47.  
  48. TH Koh
  49. gthkoh@ntuix.ntu.ac.sg
  50.