Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dividing image into blocks Pin
Christian Graus9-Jan-06 12:55
protectorChristian Graus9-Jan-06 12:55 
AnswerRe: dividing image into blocks Pin
__yb10-Jan-06 19:41
__yb10-Jan-06 19:41 
Questionprogram wont enter main()-function until character input is given Pin
maladuk9-Jan-06 10:22
maladuk9-Jan-06 10:22 
QuestionRe: program wont enter main()-function until character input is given Pin
David Crow9-Jan-06 10:30
David Crow9-Jan-06 10:30 
AnswerRe: program wont enter main()-function until character input is given Pin
maladuk10-Jan-06 10:21
maladuk10-Jan-06 10:21 
Questionmalloc causing program crash Pin
KellyR9-Jan-06 9:47
KellyR9-Jan-06 9:47 
AnswerRe: malloc causing program crash Pin
David Crow9-Jan-06 10:07
David Crow9-Jan-06 10:07 
AnswerRe: malloc causing program crash Pin
PJ Arends9-Jan-06 10:09
professionalPJ Arends9-Jan-06 10:09 
Are you sure that malloc is the cause? or are you running out of stack space by making all those recursive function calls. You must remember that every time you make a recursive function call new storage space is allocated on the stack for the parameters, and all your register values are also pushed onto the stack so that they are saved for when the function returns. If you make too many recursive function calls you stack will get used up very quickly and your program will crash.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: malloc causing program crash Pin
KellyR9-Jan-06 10:16
KellyR9-Jan-06 10:16 
GeneralRe: malloc causing program crash Pin
mcljava12-Jan-06 19:01
mcljava12-Jan-06 19:01 
QuestionMaking a Simple Installation CD. Pin
jerry1211a9-Jan-06 7:26
jerry1211a9-Jan-06 7:26 
AnswerRe: Making a Simple Installation CD. Pin
Rage9-Jan-06 8:09
professionalRage9-Jan-06 8:09 
AnswerRe: Making a Simple Installation CD. Pin
ddmcr9-Jan-06 9:04
ddmcr9-Jan-06 9:04 
AnswerRe: Making a Simple Installation CD. Pin
ThatsAlok9-Jan-06 19:31
ThatsAlok9-Jan-06 19:31 
GeneralRe: Making a Simple Installation CD. Pin
Rage9-Jan-06 21:29
professionalRage9-Jan-06 21:29 
AnswerRe: Making a Simple Installation CD. Pin
Ravi Bhavnani10-Jan-06 7:40
professionalRavi Bhavnani10-Jan-06 7:40 
QuestionRetrieve output of console app? Pin
Cpt Rick9-Jan-06 5:05
Cpt Rick9-Jan-06 5:05 
AnswerRe: Retrieve output of console app? Pin
jhwurmbach9-Jan-06 5:25
jhwurmbach9-Jan-06 5:25 
AnswerRe: Retrieve output of console app? Pin
Rage9-Jan-06 6:00
professionalRage9-Jan-06 6:00 
AnswerRe: Retrieve output of console app? Pin
Taka Muraoka9-Jan-06 6:14
Taka Muraoka9-Jan-06 6:14 
AnswerRe: Retrieve output of console app? Pin
David Crow9-Jan-06 10:10
David Crow9-Jan-06 10:10 
AnswerRe: Retrieve output of console app? Pin
kakan9-Jan-06 19:14
professionalkakan9-Jan-06 19:14 
AnswerRe: Retrieve output of console app? Pin
Cpt Rick10-Jan-06 1:11
Cpt Rick10-Jan-06 1:11 
QuestionDetecting system global window hooks? Pin
Jörgen Sigvardsson9-Jan-06 4:53
Jörgen Sigvardsson9-Jan-06 4:53 
AnswerRe: Detecting system global window hooks? Pin
Nish Nishant9-Jan-06 5:10
sitebuilderNish Nishant9-Jan-06 5:10 

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.