Click here to Skip to main content
16,017,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: removing desktop icon ? Pin
toxcct26-Sep-06 5:23
toxcct26-Sep-06 5:23 
GeneralRe: removing desktop icon ? Pin
David Crow26-Sep-06 5:33
David Crow26-Sep-06 5:33 
GeneralRe: removing desktop icon ? Pin
toxcct26-Sep-06 5:34
toxcct26-Sep-06 5:34 
GeneralRe: removing desktop icon ? Pin
David Crow26-Sep-06 5:41
David Crow26-Sep-06 5:41 
Questionbackward debugging in Visual Studio?? Pin
George_George26-Sep-06 3:50
George_George26-Sep-06 3:50 
AnswerRe: backward debugging in Visual Studio?? Pin
Zac Howland26-Sep-06 4:08
Zac Howland26-Sep-06 4:08 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George26-Sep-06 19:39
George_George26-Sep-06 19:39 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland27-Sep-06 3:53
Zac Howland27-Sep-06 3:53 
Set a breakpoint at the start of code block 2. Run your application in debug mode. When you reach the breakpoint, use the watch window to look at the variables you need to see (as long as they are in scope). Now, if this is part of a catch block, make sure your variables are declared outside the try block so that you will be able to see them.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: backward debugging in Visual Studio?? Pin
George_George27-Sep-06 17:42
George_George27-Sep-06 17:42 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland28-Sep-06 3:32
Zac Howland28-Sep-06 3:32 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George28-Sep-06 3:55
George_George28-Sep-06 3:55 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland28-Sep-06 4:39
Zac Howland28-Sep-06 4:39 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George28-Sep-06 22:03
George_George28-Sep-06 22:03 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland29-Sep-06 3:51
Zac Howland29-Sep-06 3:51 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George29-Sep-06 18:59
George_George29-Sep-06 18:59 
QuestionAdRotator Pin
sandeep chowdary26-Sep-06 3:14
sandeep chowdary26-Sep-06 3:14 
QuestionBHO cpu usage is too high Pin
daheitou26-Sep-06 3:02
daheitou26-Sep-06 3:02 
Questiondiff between C++ and VC++ Pin
Krishnatv26-Sep-06 2:54
Krishnatv26-Sep-06 2:54 
AnswerRe: diff between C++ and VC++ Pin
David Crow26-Sep-06 2:56
David Crow26-Sep-06 2:56 
GeneralRe: diff between C++ and VC++ Pin
Krishnatv26-Sep-06 3:04
Krishnatv26-Sep-06 3:04 
GeneralRe: diff between C++ and VC++ Pin
David Crow26-Sep-06 3:13
David Crow26-Sep-06 3:13 
AnswerRe: diff between C++ and VC++ Pin
_AnsHUMAN_ 26-Sep-06 3:09
_AnsHUMAN_ 26-Sep-06 3:09 
GeneralRe: diff between C++ and VC++ Pin
Prakash Nadar26-Sep-06 3:56
Prakash Nadar26-Sep-06 3:56 
GeneralRe: diff between C++ and VC++ Pin
_AnsHUMAN_ 26-Sep-06 3:59
_AnsHUMAN_ 26-Sep-06 3:59 
GeneralRe: diff between C++ and VC++ Pin
Prakash Nadar26-Sep-06 4:05
Prakash Nadar26-Sep-06 4:05 

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.