Click here to Skip to main content
16,006,475 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionDeriving from an ATL object? Pin
Roozbeh6926-Mar-04 22:00
professionalRoozbeh6926-Mar-04 22:00 
GeneralSTL Newbie Pin
rodneyhb26-Mar-04 16:33
rodneyhb26-Mar-04 16:33 
GeneralRe: STL Newbie Pin
ian mariano27-Mar-04 6:51
ian mariano27-Mar-04 6:51 
GeneralRe: STL Newbie Pin
rodneyhb27-Mar-04 8:28
rodneyhb27-Mar-04 8:28 
GeneralRe: STL Newbie Pin
ian mariano28-Mar-04 2:45
ian mariano28-Mar-04 2:45 
GeneralRe: STL Newbie Pin
Paul Ranson31-Mar-04 1:13
Paul Ranson31-Mar-04 1:13 
GeneralWindows Identity using Sproxy Pin
RickDC26-Mar-04 3:43
RickDC26-Mar-04 3:43 
GeneralSubclassing from parametrized class Pin
RadioShark25-Mar-04 23:27
RadioShark25-Mar-04 23:27 
Hi,

Assume, I have a parametrized class:

template <class A>
class CBase
{
public:
CBase() {};
~CBase() {};
}

Can I subclass this file as the follows:

template <class A>
class CBaseSub : public CBase <A>
{
public:
CBaseSub() {};
~CBaseSub() {};
}

Visual C++ 6.0 allows such subclassing but Rational Rose 2001 doesn't allow (it told me 'Cannot subclass from parameterized class').

What is true? Can I subclass from parameterized class?


Sincerely Yours,
RadioShark
GeneralRe: Subclassing from parametrized class Pin
Joaquín M López Muñoz26-Mar-04 2:27
Joaquín M López Muñoz26-Mar-04 2:27 
QuestionOnSize called after OnDestroy? Pin
jyuill25-Mar-04 11:32
jyuill25-Mar-04 11:32 
QuestionHow to get the handle of a control in properties sheet. Pin
bin892225-Mar-04 10:38
bin892225-Mar-04 10:38 
GeneralAbout the install of WTL Pin
freehawk24-Mar-04 21:13
freehawk24-Mar-04 21:13 
GeneralRe: About the install of WTL Pin
Steve S24-Mar-04 22:03
Steve S24-Mar-04 22:03 
GeneralRe: About the install of WTL Pin
Michael Dunn25-Mar-04 19:34
sitebuilderMichael Dunn25-Mar-04 19:34 
GeneralRe: About the install of WTL Pin
freehawk25-Mar-04 19:45
freehawk25-Mar-04 19:45 
GeneralRe: About the install of WTL Pin
Michael Dunn25-Mar-04 19:55
sitebuilderMichael Dunn25-Mar-04 19:55 
GeneralRe: About the install of WTL Pin
freehawk25-Mar-04 20:12
freehawk25-Mar-04 20:12 
GeneralRe: About the install of WTL Pin
nalenb30-Mar-04 12:14
nalenb30-Mar-04 12:14 
GeneralRe: About the install of WTL Pin
nalenb30-Mar-04 12:13
nalenb30-Mar-04 12:13 
GeneralTab Order in ATL control - Help Needed Pin
freddycam24-Mar-04 20:09
freddycam24-Mar-04 20:09 
Questiondid you meet the kind of problem? Pin
freehawk24-Mar-04 18:31
freehawk24-Mar-04 18:31 
QuestionDoes STL vector automatically free content ? Pin
yarp24-Mar-04 5:00
yarp24-Mar-04 5:00 
AnswerRe: Does STL vector automatically free content ? Pin
yarp24-Mar-04 5:02
yarp24-Mar-04 5:02 
AnswerRe: Does STL vector automatically free content ? Pin
Steve S24-Mar-04 5:23
Steve S24-Mar-04 5:23 
AnswerRe: Does STL vector automatically free content ? Pin
Nemanja Trifunovic24-Mar-04 5:41
Nemanja Trifunovic24-Mar-04 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.