home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!spool.mu.edu!umn.edu!doug.cae.wisc.edu!zazen!psl.wisc.edu!news
- From: bill@dewey.edsci.wisc.edu (Bill Roth)
- Subject: Novice Question on Wierd class definition
- Message-ID: <1992Sep10.160926.23065@pslu1.psl.wisc.edu>
- Sender: news@pslu1.psl.wisc.edu (USENET News System)
- Reply-To: bill@dewey.edsci.wisc.edu
- Organization: Physical Sciences Lab, UW-Madison
- Date: Thu, 10 Sep 92 16:09:26 GMT
- Lines: 20
-
-
- I have been looking at a piece of code that looks something like
- this:
-
- class A {
- .. some defs...
- }
-
- class B(type) {
- type** C;
- .more defs...
- }
-
-
- Is B a template class, or what its it? Is it an anachronism?
-
-
- Please e-mail your replies.
-
- Bill Roth
-