Click here to Skip to main content
15,796,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem defining a function inside a structure in c Pin
CPallini14-Feb-18 11:44
mveCPallini14-Feb-18 11:44 
Questionsetting Boundary condition X^2-Y^2 for solving Laplace equation for NxN grid. Pin
Member 1362564310-Feb-18 18:23
Member 1362564310-Feb-18 18:23 
AnswerRe: setting Boundary condition X^2-Y^2 for solving Laplace equation for NxN grid. Pin
Victor Nijegorodov11-Feb-18 0:07
Victor Nijegorodov11-Feb-18 0:07 
QuestionDefault Stack Size Pin
ForNow10-Feb-18 18:02
ForNow10-Feb-18 18:02 
AnswerRe: Default Stack Size Pin
Richard MacCutchan10-Feb-18 22:23
mveRichard MacCutchan10-Feb-18 22:23 
GeneralRe: Default Stack Size Pin
ForNow11-Feb-18 4:55
ForNow11-Feb-18 4:55 
GeneralRe: Default Stack Size Pin
Richard MacCutchan11-Feb-18 7:32
mveRichard MacCutchan11-Feb-18 7:32 
GeneralRe: Default Stack Size Pin
ForNow11-Feb-18 7:48
ForNow11-Feb-18 7:48 
if stepped thru the code in Assembler after the function prologue by subtracting BP - SP = stack size right ?


I added code to a source file in Hercules cpu.c thing is its a makefile build which very confusing I was wondering if there isn't -F or /F flag for the stack size I guess it would default to some number my local variables and parameters would make the stack a little over 300 bytes, which is not too big

I am trying to figure to determine where in the makefile is the compile for CPU.C

Thanks
GeneralRe: Default Stack Size Pin
Richard MacCutchan11-Feb-18 8:10
mveRichard MacCutchan11-Feb-18 8:10 
GeneralRe: Default Stack Size Pin
ForNow11-Feb-18 8:13
ForNow11-Feb-18 8:13 
Questionsmoothing issue Pin
Member 1367132810-Feb-18 2:59
Member 1367132810-Feb-18 2:59 
AnswerRe: smoothing issue Pin
phil.o10-Feb-18 5:57
professionalphil.o10-Feb-18 5:57 
GeneralRe: smoothing issue Pin
Member 1367132810-Feb-18 6:04
Member 1367132810-Feb-18 6:04 
QuestionHow do we cast void type Pin
luplup9-Feb-18 15:46
luplup9-Feb-18 15:46 
AnswerRe: How do we cast void type Pin
Richard MacCutchan9-Feb-18 22:49
mveRichard MacCutchan9-Feb-18 22:49 
GeneralRe: How do we cast void type Pin
luplup10-Feb-18 8:15
luplup10-Feb-18 8:15 
GeneralRe: How do we cast void type Pin
Richard MacCutchan10-Feb-18 10:54
mveRichard MacCutchan10-Feb-18 10:54 
GeneralRe: How do we cast void type Pin
luplup10-Feb-18 12:35
luplup10-Feb-18 12:35 
GeneralRe: How do we cast void type Pin
Richard MacCutchan10-Feb-18 22:18
mveRichard MacCutchan10-Feb-18 22:18 
AnswerRe: How do we cast void type Pin
luplup12-Feb-18 9:00
luplup12-Feb-18 9:00 
GeneralRe: How do we cast void type Pin
jeron112-Feb-18 9:06
jeron112-Feb-18 9:06 
GeneralRe: How do we cast void type Pin
Richard MacCutchan12-Feb-18 9:24
mveRichard MacCutchan12-Feb-18 9:24 
GeneralRe: How do we cast void type Pin
Victor Nijegorodov10-Feb-18 11:01
Victor Nijegorodov10-Feb-18 11:01 
AnswerRe: How do we cast void type Pin
jschell10-Feb-18 7:40
jschell10-Feb-18 7:40 
GeneralRe: How do we cast void type Pin
luplup10-Feb-18 9:03
luplup10-Feb-18 9:03 

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.