Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Show dialog in taskbar? Pin
mirex4-Oct-04 2:43
mirex4-Oct-04 2:43 
GeneralRe: Show dialog in taskbar? Pin
Niklas L5-Oct-04 0:52
Niklas L5-Oct-04 0:52 
GeneralMFC enlisting local drives Pin
missnazar2-Oct-04 23:05
missnazar2-Oct-04 23:05 
GeneralRe: MFC enlisting local drives Pin
BAIJUMAX3-Oct-04 2:03
professionalBAIJUMAX3-Oct-04 2:03 
GeneralRe: MFC enlisting local drives Pin
Michael Dunn3-Oct-04 5:53
sitebuilderMichael Dunn3-Oct-04 5:53 
Generalcalling list destructor Pin
fuzzypeach2-Oct-04 22:08
fuzzypeach2-Oct-04 22:08 
GeneralRe: calling list destructor Pin
Dominik Reichl2-Oct-04 23:38
Dominik Reichl2-Oct-04 23:38 
GeneralRe: calling list destructor Pin
Niklas L3-Oct-04 2:55
Niklas L3-Oct-04 2:55 
Dominik Reichl wrote:
The destructor gets called automatically if the cList object isn't needed/referenced any more.

Hmm.. Too much Java there? If the object is created on the stack, its descructor is called when the object goes out of scope. If the object is created in the heap (with new keyword) its destructor is only called if you delete the object explicitly with delete operator.
GeneralRe: calling list destructor Pin
fuzzypeach3-Oct-04 3:08
fuzzypeach3-Oct-04 3:08 
GeneralRe: calling list destructor Pin
Dominik Reichl3-Oct-04 4:34
Dominik Reichl3-Oct-04 4:34 
GeneralRe: calling list destructor Pin
fuzzypeach5-Oct-04 17:40
fuzzypeach5-Oct-04 17:40 
GeneralInformation needed..... Pin
Kiran Satish2-Oct-04 18:47
Kiran Satish2-Oct-04 18:47 
Generalcommand line parser Pin
Jim Crafton2-Oct-04 18:24
Jim Crafton2-Oct-04 18:24 
GeneralRe: command line parser Pin
Dominik Reichl2-Oct-04 23:42
Dominik Reichl2-Oct-04 23:42 
GeneralRe: command line parser Pin
Jim Crafton3-Oct-04 3:40
Jim Crafton3-Oct-04 3:40 
GeneralEnglish text on a Simplified Chinese W2k3 Server Pin
Jon Sagara2-Oct-04 17:18
Jon Sagara2-Oct-04 17:18 
GeneralRe: English text on a Simplified Chinese W2k3 Server Pin
Michael Dunn3-Oct-04 6:00
sitebuilderMichael Dunn3-Oct-04 6:00 
Generalhelp with views Pin
bv2172-Oct-04 12:21
bv2172-Oct-04 12:21 
GeneralRe: help with views Pin
Ravi Bhavnani3-Oct-04 7:34
professionalRavi Bhavnani3-Oct-04 7:34 
GeneralSimple array stuff Pin
Zero_G2-Oct-04 7:32
Zero_G2-Oct-04 7:32 
GeneralRe: Simple array stuff Pin
Kevin McFarlane2-Oct-04 9:08
Kevin McFarlane2-Oct-04 9:08 
GeneralRe: Simple array stuff Pin
Gary R. Wheeler2-Oct-04 12:33
Gary R. Wheeler2-Oct-04 12:33 
GeneralRe: Simple array stuff Pin
Zero_G2-Oct-04 18:12
Zero_G2-Oct-04 18:12 
GeneralRe: Simple array stuff Pin
Kevin McFarlane3-Oct-04 0:07
Kevin McFarlane3-Oct-04 0:07 
GeneralRe: Simple array stuff Pin
Niklas L3-Oct-04 3:01
Niklas L3-Oct-04 3:01 

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.