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

C / C++ / MFC

 
GeneralRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
redeemer13-Jun-02 10:06
redeemer13-Jun-02 10:06 
GeneralPassing an object from VB to VC++ ActiveX control Pin
13-Jun-02 8:36
suss13-Jun-02 8:36 
GeneralRe: Passing an object from VB to VC++ ActiveX control Pin
13-Jun-02 9:20
suss13-Jun-02 9:20 
GeneralDeleting STL list elements Pin
moredip13-Jun-02 8:38
moredip13-Jun-02 8:38 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 9:06
moredip13-Jun-02 9:06 
GeneralRe: Deleting STL list elements Pin
Oz Ben Eliezer13-Jun-02 9:09
Oz Ben Eliezer13-Jun-02 9:09 
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 
I like to use something like:

while ( ! my_list.empty() )
{
delete [] my_list.front();
my_list.pop_front();
}

Best regards,
John

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

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.