Click here to Skip to main content
15,885,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionArithmetic Operator Overload in Pure Abstract Class Pin
CJ14-Jul-14 11:34
professionalCJ14-Jul-14 11:34 
AnswerRe: Arithmetic Operator Overload in Pure Abstract Class Pin
jschell7-Jul-14 10:10
jschell7-Jul-14 10:10 
AnswerRe: Arithmetic Operator Overload in Pure Abstract Class Pin
Stefan_Lang7-Jul-14 21:43
Stefan_Lang7-Jul-14 21:43 
QuestionRepaint control component question Pin
econy4-Jul-14 4:16
econy4-Jul-14 4:16 
AnswerRe: Repaint control component question Pin
Richard MacCutchan4-Jul-14 5:46
mveRichard MacCutchan4-Jul-14 5:46 
QuestionHow to trace a program? Pin
GwapoKho3-Jul-14 3:02
GwapoKho3-Jul-14 3:02 
AnswerRe: How to trace a program? Pin
jeron13-Jul-14 5:02
jeron13-Jul-14 5:02 
AnswerRe: How to trace a program? Pin
Stefan_Lang4-Jul-14 0:05
Stefan_Lang4-Jul-14 0:05 
Don't trace. It's very hard to estimate the amount of information needed whithout flooding the output with pointless redundand information. Also the printed information is difficult to associate with the actual control flow, if the traced function can be called from different points in your code.
Judo Sarabia wrote:
how to determine the flow of the program?

Use a debugger, step through the code, and analyze the state of your program at your pace. You can check the call stack whenever you like to determine how you arrived at the function, and what happened earlier, or where the function arguments came from.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

QuestionTBLRD instruction PIC18 Pin
__John_3-Jul-14 1:20
__John_3-Jul-14 1:20 
AnswerRe: TBLRD instruction PIC18 Pin
CPallini3-Jul-14 2:51
mveCPallini3-Jul-14 2:51 
GeneralRe: TBLRD instruction PIC18 Pin
__John_3-Jul-14 4:04
__John_3-Jul-14 4:04 
GeneralRe: TBLRD instruction PIC18 Pin
CPallini3-Jul-14 4:33
mveCPallini3-Jul-14 4:33 
AnswerRe: TBLRD instruction PIC18 Pin
jeron13-Jul-14 4:14
jeron13-Jul-14 4:14 
QuestionLinked List With Two Three Tree Pin
Hamza Bin Amin30-Jun-14 11:06
Hamza Bin Amin30-Jun-14 11:06 
QuestionRe: Linked List With Two Three Tree Pin
David Crow2-Jul-14 3:47
David Crow2-Jul-14 3:47 
GeneralRe: Linked List With Two Three Tree Pin
CPallini2-Jul-14 22:58
mveCPallini2-Jul-14 22:58 
AnswerRe: Linked List With Two Three Tree Pin
Stefan_Lang3-Jul-14 23:56
Stefan_Lang3-Jul-14 23:56 
GeneralMessage Closed Pin
30-Jun-14 8:40
Member 1091480330-Jun-14 8:40 
GeneralRe: STAR TREK PROJECT Pin
David Crow30-Jun-14 9:22
David Crow30-Jun-14 9:22 
GeneralRe: STAR TREK PROJECT Pin
jeron130-Jun-14 9:53
jeron130-Jun-14 9:53 
GeneralRe: STAR TREK PROJECT Pin
Richard Andrew x6430-Jun-14 11:20
professionalRichard Andrew x6430-Jun-14 11:20 
GeneralRe: STAR TREK PROJECT Pin
Wes Aday30-Jun-14 12:43
professionalWes Aday30-Jun-14 12:43 
GeneralRe: STAR TREK PROJECT Pin
Richard MacCutchan30-Jun-14 15:51
mveRichard MacCutchan30-Jun-14 15:51 
QuestionUsing a Self Developed Dll in VC++ Pin
Django_Untaken30-Jun-14 2:20
Django_Untaken30-Jun-14 2:20 
AnswerRe: Using a Self Developed Dll in VC++ Pin
Richard MacCutchan30-Jun-14 4:58
mveRichard MacCutchan30-Jun-14 4:58 

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.