Click here to Skip to main content
15,892,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is it good practice for a beginner C++ coder to use autocomplete? Pin
Patrice T22-May-16 8:50
mvePatrice T22-May-16 8:50 
GeneralRe: Is it good practice for a beginner C++ coder to use autocomplete? Pin
Albert Holguin22-May-16 8:54
professionalAlbert Holguin22-May-16 8:54 
GeneralRe: Is it good practice for a beginner C++ coder to use autocomplete? Pin
Patrice T22-May-16 8:56
mvePatrice T22-May-16 8:56 
AnswerRe: Is it good practice for a beginner C++ coder to use autocomplete? Pin
Krishnakumartg21-Sep-16 19:38
Krishnakumartg21-Sep-16 19:38 
Questionc prgram to display a binary tree but it is not showing any output, what is the error in this program can you help me Pin
Member 1253604520-May-16 6:36
Member 1253604520-May-16 6:36 
AnswerRe: c prgram to display a binary tree but it is not showing any output, what is the error in this program can you help me Pin
Richard MacCutchan20-May-16 6:42
mveRichard MacCutchan20-May-16 6:42 
SuggestionRe: c prgram to display a binary tree but it is not showing any output, what is the error in this program can you help me Pin
David Crow20-May-16 8:13
David Crow20-May-16 8:13 
AnswerRe: c prgram to display a binary tree but it is not showing any output, what is the error in this program can you help me Pin
Patrice T20-May-16 15:45
mvePatrice T20-May-16 15:45 
You should learn to use the debugger as soon as possible. Rather than guessing what your code is doing, It is time to see your code executing and ensuring that it does what you expect.

The debugger allow you to follow the execution line by line, inspect variables and you will see that there is a point where it stop doing what you expect.
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]
Patrice

“Everything should be made as simple as possible, but no simpler.” Albert Einstein

QuestionCan someone simply explain defaulting arguments Pin
hakan8220-May-16 4:46
hakan8220-May-16 4:46 
AnswerRe: Can someone simply explain defaulting arguments Pin
David Crow20-May-16 4:49
David Crow20-May-16 4:49 
AnswerRe: Can someone simply explain defaulting arguments Pin
Albert Holguin20-May-16 13:17
professionalAlbert Holguin20-May-16 13:17 
QuestionDoes wp_cache still load Wordpress and use MySQL? Pin
Rostand5619-May-16 9:06
Rostand5619-May-16 9:06 
SuggestionRe: Does wp_cache still load Wordpress and use MySQL? Pin
David Crow19-May-16 9:16
David Crow19-May-16 9:16 
QuestionHow to pass Array[Seq[String]] to apache spark udf? (Error: Not Applicable) Pin
Rostand5619-May-16 9:04
Rostand5619-May-16 9:04 
QuestionRe: How to pass Array[Seq[String]] to apache spark udf? (Error: Not Applicable) Pin
David Crow19-May-16 9:15
David Crow19-May-16 9:15 
QuestionHow to organize nested props in VueJS? Pin
Rostand5619-May-16 9:03
Rostand5619-May-16 9:03 
SuggestionRe: How to organize nested props in VueJS? Pin
David Crow19-May-16 9:15
David Crow19-May-16 9:15 
GeneralRe: How to organize nested props in VueJS? Pin
Rostand5619-May-16 9:20
Rostand5619-May-16 9:20 
QuestionEdit Control Problem Pin
programmingalholic19-May-16 5:48
professionalprogrammingalholic19-May-16 5:48 
AnswerRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 6:15
mveRichard MacCutchan19-May-16 6:15 
GeneralRe: Edit Control Problem Pin
programmingalholic19-May-16 6:47
professionalprogrammingalholic19-May-16 6:47 
GeneralRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 7:01
mveRichard MacCutchan19-May-16 7:01 
GeneralRe: Edit Control Problem Pin
programmingalholic19-May-16 7:11
professionalprogrammingalholic19-May-16 7:11 
GeneralRe: Edit Control Problem Pin
David Crow19-May-16 7:37
David Crow19-May-16 7:37 
GeneralRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 21:04
mveRichard MacCutchan19-May-16 21:04 

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.