Click here to Skip to main content
15,792,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error in CodeProject article "Calculating a Rich Edit Control Minimum Size" Pin
ForNow15-Aug-17 4:14
ForNow15-Aug-17 4:14 
Questionfunction soft thresholding Pin
saidinsan00000000013-Aug-17 4:13
saidinsan00000000013-Aug-17 4:13 
AnswerRe: function soft thresholding Pin
Victor Nijegorodov13-Aug-17 8:00
Victor Nijegorodov13-Aug-17 8:00 
GeneralRe: function soft thresholding Pin
David Crow14-Aug-17 5:07
David Crow14-Aug-17 5:07 
QuestionC function call question. Pin
samzcs11-Aug-17 4:18
samzcs11-Aug-17 4:18 
AnswerRe: C function call question. Pin
Chris Losinger11-Aug-17 4:36
professionalChris Losinger11-Aug-17 4:36 
GeneralRe: C function call question. Pin
samzcs11-Aug-17 4:50
samzcs11-Aug-17 4:50 
GeneralRe: C function call question. Pin
Chris Losinger11-Aug-17 4:52
professionalChris Losinger11-Aug-17 4:52 
what compiler are you using?

at best, i would think the behavior is undefined. the function is going to try to find a parameter, somewhere. maybe it pulls some random garbage off the stack where it expects a parameter to be, or maybe your compiler puts variables into certain registers (and so the function will just grab random garbage out of a register).

GeneralRe: C function call question. Pin
samzcs11-Aug-17 5:22
samzcs11-Aug-17 5:22 
GeneralRe: C function call question. Pin
«_Superman_»14-Aug-17 16:50
professional«_Superman_»14-Aug-17 16:50 
GeneralRe: C function call question. Pin
Richard MacCutchan11-Aug-17 4:59
mveRichard MacCutchan11-Aug-17 4:59 
GeneralRe: C function call question. Pin
k505411-Aug-17 6:13
mvek505411-Aug-17 6:13 
GeneralRe: C function call question. Pin
k505411-Aug-17 11:35
mvek505411-Aug-17 11:35 
AnswerRe: C function call question. Pin
Kornfeld Eliyahu Peter13-Aug-17 0:47
professionalKornfeld Eliyahu Peter13-Aug-17 0:47 
QuestionRe: C function call question. Pin
David Crow14-Aug-17 3:16
David Crow14-Aug-17 3:16 
AnswerRe: C function call question. Pin
Kornfeld Eliyahu Peter14-Aug-17 3:54
professionalKornfeld Eliyahu Peter14-Aug-17 3:54 
QuestionRe: C function call question. Pin
David Crow14-Aug-17 3:57
David Crow14-Aug-17 3:57 
AnswerRe: C function call question. Pin
Kornfeld Eliyahu Peter14-Aug-17 5:02
professionalKornfeld Eliyahu Peter14-Aug-17 5:02 
QuestionOut of Memory Exception in C++ Pin
divya0310-Aug-17 3:16
divya0310-Aug-17 3:16 
QuestionRe: Out of Memory Exception in C++ Pin
David Crow10-Aug-17 4:19
David Crow10-Aug-17 4:19 
AnswerRe: Out of Memory Exception in C++ Pin
divya0310-Aug-17 4:26
divya0310-Aug-17 4:26 
QuestionRe: Out of Memory Exception in C++ Pin
David Crow10-Aug-17 4:32
David Crow10-Aug-17 4:32 
AnswerRe: Out of Memory Exception in C++ Pin
divya0310-Aug-17 18:24
divya0310-Aug-17 18:24 
AnswerRe: Out of Memory Exception in C++ Pin
jeron110-Aug-17 4:54
jeron110-Aug-17 4:54 
GeneralRe: Out of Memory Exception in C++ Pin
divya0310-Aug-17 18:20
divya0310-Aug-17 18:20 

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.