home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13479 < prev    next >
Encoding:
Text File  |  1992-09-10  |  692 b   |  32 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!doug.cae.wisc.edu!zazen!psl.wisc.edu!news
  3. From: bill@dewey.edsci.wisc.edu (Bill Roth)
  4. Subject: Novice Question on Wierd class definition
  5. Message-ID: <1992Sep10.160926.23065@pslu1.psl.wisc.edu>
  6. Sender: news@pslu1.psl.wisc.edu (USENET News System)
  7. Reply-To: bill@dewey.edsci.wisc.edu
  8. Organization: Physical Sciences Lab, UW-Madison
  9. Date: Thu, 10 Sep 92 16:09:26 GMT
  10. Lines: 20
  11.  
  12.  
  13. I have been looking at a piece of code that looks something like  
  14. this:
  15.  
  16. class A {
  17. .. some defs...
  18. }
  19.  
  20. class B(type) {
  21.     type** C;
  22. .more defs...
  23. }
  24.  
  25.  
  26. Is B a template class, or what its it? Is it an anachronism?
  27.  
  28.  
  29. Please e-mail your replies.
  30.  
  31. Bill Roth
  32.