Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
It's simply a means to provide values for the arguments that will be a good default (or starting point).

For example, if let's say... you're opening a socket to provide some service. By default, most libraries will bind to any (or every) Ethernet address available on a system. Reason you'd want to do this is because you don't necessarily want to only provide the service on one Ethernet device but not the other (for example, servers have multiple Eth devices for load balancing). If however, you do only want the service to be provided on one device, then you can choose to bind to the specific Eth address of interest.
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 
GeneralRe: Edit Control Problem Pin
programmingalholic21-May-16 3:56
professionalprogrammingalholic21-May-16 3:56 
GeneralRe: Edit Control Problem Pin
leon de boer19-May-16 23:17
leon de boer19-May-16 23:17 
GeneralRe: Edit Control Problem Pin
Victor Nijegorodov20-May-16 0:23
Victor Nijegorodov20-May-16 0:23 

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.