Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:09
parichaybp14-Apr-06 2:09 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:17
Cedric Moonen14-Apr-06 2:17 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:19
parichaybp14-Apr-06 2:19 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:22
Cedric Moonen14-Apr-06 2:22 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:27
parichaybp14-Apr-06 2:27 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:32
Cedric Moonen14-Apr-06 2:32 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:34
parichaybp14-Apr-06 2:34 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:37
Cedric Moonen14-Apr-06 2:37 
Ok, so it is not directly in your code probably.

Now, put a breakpoint at the very begining of your program (by going on the line and pressing F9). Then ,put several breakpoints in relevant points in your program. Each time you press F5, the programm will advance to the next bbreakpoint. And there, you can watch to your variables and things like that. Try to play with it and understand how it works, it is really usefull and it will really help you a lot !
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:41
parichaybp14-Apr-06 2:41 
GeneralRe: Console Application Pin
Maxwell Chen14-Apr-06 2:43
Maxwell Chen14-Apr-06 2:43 
GeneralRe: Console Application Pin
Stephen Hewitt14-Apr-06 21:20
Stephen Hewitt14-Apr-06 21:20 
GeneralRe: Console Application Pin
Maxwell Chen15-Apr-06 5:57
Maxwell Chen15-Apr-06 5:57 
GeneralRe: Console Application Pin
David Crow14-Apr-06 2:25
David Crow14-Apr-06 2:25 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:31
parichaybp14-Apr-06 2:31 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:35
Cedric Moonen14-Apr-06 2:35 
QuestionRe: Console Application Pin
David Crow14-Apr-06 2:41
David Crow14-Apr-06 2:41 
AnswerRe: Console Application Pin
parichaybp14-Apr-06 2:43
parichaybp14-Apr-06 2:43 
GeneralRe: Console Application Pin
David Crow14-Apr-06 2:46
David Crow14-Apr-06 2:46 
QuestionRe: Console Application Pin
David Crow14-Apr-06 3:00
David Crow14-Apr-06 3:00 
GeneralRe: Console Application Pin
David Crow14-Apr-06 3:04
David Crow14-Apr-06 3:04 
GeneralRe: Console Application Pin
David Crow14-Apr-06 3:07
David Crow14-Apr-06 3:07 
QuestionRe: Console Application Pin
David Crow14-Apr-06 3:10
David Crow14-Apr-06 3:10 
AnswerRe: Console Application Pin
Cedric Moonen14-Apr-06 2:02
Cedric Moonen14-Apr-06 2:02 
GeneralRe: Console Application Pin
Aqueel14-Apr-06 2:07
Aqueel14-Apr-06 2:07 
AnswerRe: Console Application Pin
Maxwell Chen14-Apr-06 3:12
Maxwell Chen14-Apr-06 3:12 

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.