Click here to Skip to main content
15,920,596 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ATL char macros conversion implicity Pin
Michael Dunn29-Mar-04 8:46
sitebuilderMichael Dunn29-Mar-04 8:46 
GeneralI need a WTL control in which tree and list is mixed. Pin
freehawk28-Mar-04 16:54
freehawk28-Mar-04 16:54 
GeneralRe: I need a WTL control in which tree and list is mixed. Pin
PaulW3-Apr-04 23:52
PaulW3-Apr-04 23:52 
QuestionActiveX file IO?!? Pin
mikewithersone28-Mar-04 12:43
mikewithersone28-Mar-04 12:43 
GeneralOutlook Express add-in Pin
dorutzu28-Mar-04 9:17
dorutzu28-Mar-04 9:17 
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 
Actually, you can approach this two ways:

You already have a MyClass type stl::vector. Do you really need a class?

typedef MyClassVector vector<MyClass>;

The above is sufficient if you don't need anything more than MyClass vector functionality.

The other way is to contain a vector<MyClass> member variable and have type-safe accessors for your containing class as well as validation checks.

Either way is ok. The decision lies in how you will use it. The former would have no additional functionality while the latter can provide more services.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

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 
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 

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.