deriving a class from STL class list???
From: Barry Hynes (hynesb_at_mar.dfo-mpo.gc.ca)
Date: 11/24/04
- Next message: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Previous message: Jon Cosby: "Re: char number[256] array values are really int"
- Next in thread: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Reply: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Reply: Alwyn: "Re: deriving a class from STL class list???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 17:19:22 GMT
Hi there,
Implement a class safeList, that is derived from the STL class list and uses
exception handling.
I have done a little bit of reading and it says that it is not wise to
derive from STL classes because there are no virtual destructors...
is there a specific way to do this?
any help greatly appreciated
Barry
- Next message: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Previous message: Jon Cosby: "Re: char number[256] array values are really int"
- Next in thread: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Reply: Ulrich Eckhardt: "Re: deriving a class from STL class list???"
- Reply: Alwyn: "Re: deriving a class from STL class list???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|