Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stack overflow Pin
Cyrilix18-Jun-07 6:46
Cyrilix18-Jun-07 6:46 
GeneralRe: stack overflow Pin
Lord_Vader18-Jun-07 6:52
Lord_Vader18-Jun-07 6:52 
GeneralRe: stack overflow Pin
James R. Twine18-Jun-07 7:14
James R. Twine18-Jun-07 7:14 
GeneralRe: stack overflow Pin
Lord_Vader18-Jun-07 7:58
Lord_Vader18-Jun-07 7:58 
GeneralRe: stack overflow Pin
James R. Twine18-Jun-07 11:37
James R. Twine18-Jun-07 11:37 
GeneralRe: stack overflow Pin
Lord_Vader19-Jun-07 5:38
Lord_Vader19-Jun-07 5:38 
GeneralRe: stack overflow Pin
#realJSOP19-Jun-07 3:41
professional#realJSOP19-Jun-07 3:41 
AnswerRe: stack overflow Pin
Nemanja Trifunovic18-Jun-07 6:52
Nemanja Trifunovic18-Jun-07 6:52 
In general, using recursion in pure imperative languages such as C++ is a bad idea - it can lead to stack overflows and also tends to be slower than iteration.

Functional languages such as OCaml are able to internaly convert recursion (at least tail recursion) to iteration and then it is OK to use recursion.


GeneralRe: stack overflow Pin
Cyrilix18-Jun-07 7:16
Cyrilix18-Jun-07 7:16 
QuestionNeed to check if a process is active or not. Pin
Arish rivlin18-Jun-07 6:12
Arish rivlin18-Jun-07 6:12 
AnswerRe: Need to check if a process is active or not. Pin
Mark Salsbery18-Jun-07 6:27
Mark Salsbery18-Jun-07 6:27 
GeneralRe: Need to check if a process is active or not. Pin
Arish rivlin18-Jun-07 6:43
Arish rivlin18-Jun-07 6:43 
QuestionDistinct values in 2D char array... Pin
Adeel Chaudhry18-Jun-07 6:10
Adeel Chaudhry18-Jun-07 6:10 
AnswerRe: Distinct values in 2D char array... Pin
Cyrilix18-Jun-07 7:03
Cyrilix18-Jun-07 7:03 
AnswerRe: Distinct values in 2D char array... Pin
Mark Salsbery18-Jun-07 7:34
Mark Salsbery18-Jun-07 7:34 
QuestionCombo box control does not display data list? Pin
dkyue9270818-Jun-07 5:24
dkyue9270818-Jun-07 5:24 
AnswerRe: Combo box control does not display data list? Pin
led mike18-Jun-07 5:38
led mike18-Jun-07 5:38 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 5:46
dkyue9270818-Jun-07 5:46 
GeneralRe: Combo box control does not display data list? Pin
led mike18-Jun-07 7:07
led mike18-Jun-07 7:07 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 7:25
dkyue9270818-Jun-07 7:25 
GeneralRe: Combo box control does not display data list? Pin
led mike19-Jun-07 5:12
led mike19-Jun-07 5:12 
AnswerRe: Combo box control does not display data list? Pin
JudyL_MD18-Jun-07 7:04
JudyL_MD18-Jun-07 7:04 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 7:41
dkyue9270818-Jun-07 7:41 
AnswerRe: Combo box control does not display data list? Pin
David Crow18-Jun-07 8:37
David Crow18-Jun-07 8:37 
GeneralRe: Combo box control does not display data list? Pin
dkyue9270818-Jun-07 9:45
dkyue9270818-Jun-07 9:45 

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.