Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: From primitive type to string Pin
Joaquín M López Muñoz14-Nov-02 7:33
Joaquín M López Muñoz14-Nov-02 7:33 
GeneralRe: From primitive type to string Pin
S van Leent14-Nov-02 12:01
S van Leent14-Nov-02 12:01 
GeneralDo I need to delete a CArray Pin
Code4Food13-Nov-02 11:22
Code4Food13-Nov-02 11:22 
GeneralRe: Do I need to delete a CArray Pin
Joaquín M López Muñoz13-Nov-02 11:32
Joaquín M López Muñoz13-Nov-02 11:32 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 11:38
Code4Food13-Nov-02 11:38 
GeneralRe: Do I need to delete a CArray Pin
Joaquín M López Muñoz13-Nov-02 11:47
Joaquín M López Muñoz13-Nov-02 11:47 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 11:56
Code4Food13-Nov-02 11:56 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:11
protectorChristian Graus13-Nov-02 12:11 
Yes, and that is desirable in a lot of cases. Of course, if you used std::vector, you could write a function object and greatly simplify the deletion of your pointers from your container. Just one reason to use STL over CArray.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
GeneralRe: Do I need to delete a CArray Pin
Joaquín M López Muñoz13-Nov-02 12:16
Joaquín M López Muñoz13-Nov-02 12:16 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:38
protectorChristian Graus13-Nov-02 12:38 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 12:27
Code4Food13-Nov-02 12:27 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:43
protectorChristian Graus13-Nov-02 12:43 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 18:05
Code4Food13-Nov-02 18:05 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 18:17
protectorChristian Graus13-Nov-02 18:17 
QuestionHow to use the UTILITY PROJECT in VC++ Pin
youssef13-Nov-02 11:12
youssef13-Nov-02 11:12 
GeneralImage list Pin
electronicman_x13-Nov-02 10:00
electronicman_x13-Nov-02 10:00 
GeneralRe: Image list Pin
Joaquín M López Muñoz13-Nov-02 10:19
Joaquín M López Muñoz13-Nov-02 10:19 
GeneralUI thread basics.. Pin
RobJones13-Nov-02 9:46
RobJones13-Nov-02 9:46 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:06
Joaquín M López Muñoz13-Nov-02 10:06 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:09
RobJones13-Nov-02 10:09 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:13
Joaquín M López Muñoz13-Nov-02 10:13 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:23
RobJones13-Nov-02 10:23 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:27
Joaquín M López Muñoz13-Nov-02 10:27 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:28
RobJones13-Nov-02 10:28 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:46
Joaquín M López Muñoz13-Nov-02 10: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.