Thread
:
C++ Custom Class Typecasting
View Single Post
11-01-2005, 08:15 AM
#
9
Data
retired
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
you need a virtual function in it.
class a {
virtual ~a();
}
then it will work.
__________________
Flowing with the stream of life
                       
Data
View Public Profile
Find More Posts by Data
Find Threads Started by Data
View all Chatbox messages posted by Data