Click here to Skip to main content
15,916,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ot... Pin
toxcct14-Apr-06 4:31
toxcct14-Apr-06 4:31 
GeneralRe: COMMAND LINE ARGUMENT Pin
jai_sendme14-Apr-06 4:47
jai_sendme14-Apr-06 4:47 
GeneralRe: COMMAND LINE ARGUMENT Pin
Cedric Moonen14-Apr-06 4:56
Cedric Moonen14-Apr-06 4:56 
AnswerRe: COMMAND LINE ARGUMENT Pin
toxcct14-Apr-06 2:20
toxcct14-Apr-06 2:20 
GeneralRe: COMMAND LINE ARGUMENT Pin
jai_sendme14-Apr-06 4:49
jai_sendme14-Apr-06 4:49 
QuestionRe: COMMAND LINE ARGUMENT Pin
David Crow14-Apr-06 5:21
David Crow14-Apr-06 5:21 
Questionchild windows are not being updated + mdi Pin
Veeresh Hiremath14-Apr-06 1:54
Veeresh Hiremath14-Apr-06 1:54 
AnswerRe: child windows are not being updated + mdi Pin
Russell'14-Apr-06 3:13
Russell'14-Apr-06 3:13 
GeneralRe: child windows are not being updated + mdi Pin
Veeresh Hiremath14-Apr-06 4:22
Veeresh Hiremath14-Apr-06 4:22 
QuestionConsole Application Pin
parichaybp14-Apr-06 1:31
parichaybp14-Apr-06 1:31 
AnswerRe: Console Application Pin
Maxwell Chen14-Apr-06 1:48
Maxwell Chen14-Apr-06 1:48 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 1:51
parichaybp14-Apr-06 1:51 
GeneralRe: Console Application Pin
Maxwell Chen14-Apr-06 1:53
Maxwell Chen14-Apr-06 1:53 
GeneralRe: Console Application Pin
toxcct14-Apr-06 2:02
toxcct14-Apr-06 2:02 
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 

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.