home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3383 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  31 lines

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