Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Advice required.... Pin
Roger Allen4-Mar-04 6:55
Roger Allen4-Mar-04 6:55 
GeneralRe: Advice required.... Pin
slyone4-Mar-04 12:02
slyone4-Mar-04 12:02 
GeneralUNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
cnd120013-Mar-04 10:36
cnd120013-Mar-04 10:36 
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
Rick York3-Mar-04 11:09
mveRick York3-Mar-04 11:09 
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
Tom Larsen3-Mar-04 11:23
Tom Larsen3-Mar-04 11:23 
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
cnd120013-Mar-04 11:58
cnd120013-Mar-04 11:58 
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
Christian Graus3-Mar-04 16:47
protectorChristian Graus3-Mar-04 16:47 
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
Tom Larsen4-Mar-04 5:04
Tom Larsen4-Mar-04 5:04 
I was about to write "put the breakpoint in the constructor" but you beat me too it. Smile | :)

Programmers often forget that "contruction" involves more than just calling MyObject::MyObject(). Stepping into new MyObject() may take you to any number of places before you get to the object constructor. If one isn't careful, clean, and clear on this you can introduce bugs through side effects.

Instead of second guessing the runtime, just put break points on the parts you want to inspect.
GeneralRe: UNWANTED DEBUG OF LIBRARY FUNCTIONS Pin
Jonas Larsson4-Mar-04 4:45
Jonas Larsson4-Mar-04 4:45 
GeneralAnti-Spam Project Pin
tempgp3-Mar-04 10:35
tempgp3-Mar-04 10:35 
GeneralRe: Anti-Spam Project Pin
Prakash Nadar3-Mar-04 13:31
Prakash Nadar3-Mar-04 13:31 
GeneralRe: Anti-Spam Project Pin
tempgp3-Mar-04 13:37
tempgp3-Mar-04 13:37 
GeneralRe: Anti-Spam Project Pin
David Crow4-Mar-04 7:23
David Crow4-Mar-04 7:23 
GeneralRe: Anti-Spam Project Pin
tempgp4-Mar-04 8:25
tempgp4-Mar-04 8:25 
GeneralRe: Anti-Spam Project Pin
David Crow4-Mar-04 8:30
David Crow4-Mar-04 8:30 
GeneralRe: Anti-Spam Project Pin
tempgp4-Mar-04 8:39
tempgp4-Mar-04 8:39 
GeneralRe: Anti-Spam Project Pin
David Crow4-Mar-04 8:51
David Crow4-Mar-04 8:51 
GeneralRe: Anti-Spam Project Pin
tempgp4-Mar-04 9:00
tempgp4-Mar-04 9:00 
Generalgraphing code.... Pin
mike-o3-Mar-04 10:27
mike-o3-Mar-04 10:27 
GeneralRe: graphing code.... Pin
John R. Shaw3-Mar-04 10:55
John R. Shaw3-Mar-04 10:55 
GeneralRe: graphing code.... Pin
Ravi Bhavnani3-Mar-04 11:55
professionalRavi Bhavnani3-Mar-04 11:55 
GeneralRetrieving all the written data off of a CD Pin
Dev5783-Mar-04 10:13
Dev5783-Mar-04 10:13 
GeneralDialog sizing Pin
act_x3-Mar-04 10:00
act_x3-Mar-04 10:00 
GeneralRe: Dialog sizing Pin
john john mackey3-Mar-04 12:43
john john mackey3-Mar-04 12:43 
Generaltransfering image pixel by pixel using MFC Pin
macharara13-Mar-04 9:56
macharara13-Mar-04 9:56 

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.