Mail Archives: djgpp/1998/02/06/07:33:02
DeHackEd wrote:
> My best guess would be that you have forgetting about templates. lang/cxx/list.h
> defines the list class as a template, and you should either a) specify a type
> for the template, or b) make your code use templates that matches up for the
> list class.
The problem is, that I thought that I can use templates like classes
that get specified as soon as I derive a "real" class from it.
This makes templates not as attractive as I thought first, because how
will I access template functions within a class when I have to define
the template funcitonality outside of it?
--
Bye,
Gerhard
email: gruber2 AT ibm DOT net
g DOT gruber AT sis DOT co DOT at
FIDO: Gruber_Gerhard AT 2:310/81.11
- Raw text -