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

C / C++ / MFC

 
GeneralRe: Multiple bitmap in VMR9 Pin
Mark Salsbery18-Jun-07 8:47
Mark Salsbery18-Jun-07 8:47 
QuestionC++ Program with date and class Pin
berni2k18-Jun-07 6:41
berni2k18-Jun-07 6:41 
AnswerRe: C++ Program with date and class Pin
led mike18-Jun-07 7:10
led mike18-Jun-07 7:10 
GeneralRe: C++ Program with date and class Pin
berni2k18-Jun-07 8:36
berni2k18-Jun-07 8:36 
Questionstack overflow Pin
Lord_Vader18-Jun-07 6:26
Lord_Vader18-Jun-07 6:26 
AnswerRe: stack overflow Pin
led mike18-Jun-07 6:39
led mike18-Jun-07 6:39 
GeneralRe: stack overflow Pin
Lord_Vader18-Jun-07 6:44
Lord_Vader18-Jun-07 6:44 
GeneralRe: stack overflow Pin
Cyrilix18-Jun-07 6:46
Cyrilix18-Jun-07 6:46 
Why would you iterate through a linked list with a recursive function? You already figured out the answer to your question: it is not possible unless you increase the stack size, since you seem to top at around 4900.

Just call the next pointer until you reach the end of the list. It only takes a single function.
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 
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 

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.