Click here to Skip to main content
16,006,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The SystemTray Pin
15-Oct-01 23:59
suss15-Oct-01 23:59 
GeneralSTL - compile warning Pin
User 988515-Oct-01 11:38
User 988515-Oct-01 11:38 
GeneralRe: STL - compile warning Pin
Chris Losinger15-Oct-01 11:44
professionalChris Losinger15-Oct-01 11:44 
GeneralRe: STL - compile warning Pin
User 988515-Oct-01 12:03
User 988515-Oct-01 12:03 
GeneralRe: STL - compile warning Pin
Chris Losinger15-Oct-01 12:46
professionalChris Losinger15-Oct-01 12:46 
GeneralRe: STL - compile warning Pin
Alvaro Mendez16-Oct-01 6:40
Alvaro Mendez16-Oct-01 6:40 
GeneralRe: STL - compile warning Pin
User 988516-Oct-01 6:48
User 988516-Oct-01 6:48 
GeneralRe: STL - compile warning Pin
Alvaro Mendez16-Oct-01 8:19
Alvaro Mendez16-Oct-01 8:19 
Woah! Eek! | :eek:

CPtrList is not type safe since it holds a list of void pointers. But CTypedPtrList is a type-safe “wrapper” for objects of class CPtrList (according to MSDN).

The CTypedWhatever classes are type-safe. The only ones that aren't are the CPtrWhatever and the CObWhatever classes. Also, CArray, CMap, and CList are type-safe.

Regards,
Alvaro
GeneralRe: STL - compile warning Pin
Mike Burston15-Oct-01 12:13
Mike Burston15-Oct-01 12:13 
GeneralRe: STL - compile warning Pin
User 988515-Oct-01 12:19
User 988515-Oct-01 12:19 
GeneralRe: STL - compile warning Pin
Mike Burston15-Oct-01 12:38
Mike Burston15-Oct-01 12:38 
GeneralRe: STL - compile warning Pin
User 988515-Oct-01 12:45
User 988515-Oct-01 12:45 
GeneralCStatic problem Pin
15-Oct-01 10:28
suss15-Oct-01 10:28 
GeneralRe: CStatic problem Pin
Christian Graus15-Oct-01 10:30
protectorChristian Graus15-Oct-01 10:30 
GeneralRe: CStatic problem Pin
15-Oct-01 10:40
suss15-Oct-01 10:40 
GeneralRe: CStatic problem Pin
J Patel15-Oct-01 11:06
J Patel15-Oct-01 11:06 
GeneralRe: CStatic problem Pin
Michael Dunn15-Oct-01 12:34
sitebuilderMichael Dunn15-Oct-01 12:34 
Questionnew and delete, why does this work? Pin
Sam C15-Oct-01 10:22
Sam C15-Oct-01 10:22 
AnswerRe: new and delete, why does this work? Pin
Tim Smith15-Oct-01 10:27
Tim Smith15-Oct-01 10:27 
GeneralRe: new and delete, why does this work? Pin
Sam C15-Oct-01 11:54
Sam C15-Oct-01 11:54 
AnswerRe: new and delete, why does this work? Pin
Tomasz Sowinski15-Oct-01 10:28
Tomasz Sowinski15-Oct-01 10:28 
GeneralRe: new and delete, why does this work? Pin
Sam C15-Oct-01 11:52
Sam C15-Oct-01 11:52 
GeneralRe: new and delete, why does this work? Pin
Mike Burston15-Oct-01 12:29
Mike Burston15-Oct-01 12:29 
GeneralRe: new and delete, why does this work? Pin
PJ Arends15-Oct-01 13:07
professionalPJ Arends15-Oct-01 13:07 
GeneralRe: new and delete, why does this work? Pin
Sam C15-Oct-01 13:46
Sam C15-Oct-01 13:46 

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.