Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 9:18
moredip13-Jun-02 9:18 
GeneralRe: Deleting STL list elements Pin
jbarton13-Jun-02 10:20
jbarton13-Jun-02 10:20 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 10:19
moredip13-Jun-02 10:19 
GeneralRe: Deleting STL list elements Pin
jbarton13-Jun-02 10:34
jbarton13-Jun-02 10:34 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 10:40
moredip13-Jun-02 10:40 
GeneralRe: Deleting STL list elements Pin
jbarton13-Jun-02 10:56
jbarton13-Jun-02 10:56 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 10:59
moredip13-Jun-02 10:59 
GeneralRe: Deleting STL list elements Pin
Christian Graus13-Jun-02 12:36
protectorChristian Graus13-Jun-02 12:36 
For future reference though, a vector of doubles in a list would have been a much nicer solution. I usually delete pointers if I need to carry them ( because of polymorphism ) using a for_each and a function object that calls delete on everything in my container.



Christian

I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

Half the reason people switch away from VB is to find out what actually goes on.. and then like me they find out that they weren't quite as good as they thought - they've been nannied. - Alex, 13 June 2002
GeneralRe: Deleting STL list elements Pin
Rama Krishna Vavilala13-Jun-02 12:49
Rama Krishna Vavilala13-Jun-02 12:49 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 12:54
moredip13-Jun-02 12:54 
GeneralMidi Song Length using MCI (non-MFC) Pin
13-Jun-02 8:08
suss13-Jun-02 8:08 
GeneralRe: Midi Song Length using MCI (non-MFC) Pin
redeemer13-Jun-02 8:53
redeemer13-Jun-02 8:53 
GeneralRe: Midi Song Length using MCI (non-MFC) Pin
13-Jun-02 11:17
suss13-Jun-02 11:17 
GeneralRe: Midi Song Length using MCI (non-MFC) Pin
Ed Gadziemski13-Jun-02 12:26
professionalEd Gadziemski13-Jun-02 12:26 
Generalimage portion Pin
SilentWarrior13-Jun-02 7:22
SilentWarrior13-Jun-02 7:22 
GeneralRe: image portion Pin
Chris Losinger13-Jun-02 7:55
professionalChris Losinger13-Jun-02 7:55 
GeneralRe: image portion Pin
Jeremy Falcon13-Jun-02 8:43
professionalJeremy Falcon13-Jun-02 8:43 
GeneralRe: image portion Pin
Chris Losinger13-Jun-02 8:51
professionalChris Losinger13-Jun-02 8:51 
GeneralRe: image portion Pin
Jeremy Falcon13-Jun-02 9:33
professionalJeremy Falcon13-Jun-02 9:33 
GeneralRe: image portion Pin
Marc Richarme13-Jun-02 13:16
Marc Richarme13-Jun-02 13:16 
GeneralRe: image portion Pin
moredip13-Jun-02 8:44
moredip13-Jun-02 8:44 
GeneralRe: image portion Pin
Ed Gadziemski13-Jun-02 12:45
professionalEd Gadziemski13-Jun-02 12:45 
GeneralRe: image portion Pin
hkprs14-Jun-02 0:50
hkprs14-Jun-02 0:50 
GeneralMultimon problem in W2k Pin
13-Jun-02 7:01
suss13-Jun-02 7:01 
Questionwhat message is sent to SDI MFC program when I click on the program's icon on taskbar to redisplay it? Pin
lucy13-Jun-02 6:11
lucy13-Jun-02 6:11 

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.