Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to identify a computer in a LAN from the internet? Pin
suiram4028-Nov-03 11:13
suiram4028-Nov-03 11:13 
QuestionSpinBottonCtrl Limit? Pin
sdfdsfa28-Nov-03 9:24
sdfdsfa28-Nov-03 9:24 
AnswerRe: SpinBottonCtrl Limit? Pin
suiram4028-Nov-03 11:16
suiram4028-Nov-03 11:16 
Generalreading file properties. Pin
pnpfriend28-Nov-03 9:03
pnpfriend28-Nov-03 9:03 
GeneralStack Overflow Q Pin
suiram4028-Nov-03 9:02
suiram4028-Nov-03 9:02 
GeneralRe: Stack Overflow Q Pin
igor196028-Nov-03 10:41
igor196028-Nov-03 10:41 
GeneralRe: Stack Overflow Q Pin
suiram4028-Nov-03 11:05
suiram4028-Nov-03 11:05 
GeneralRe: Stack Overflow Q Pin
igor196028-Nov-03 11:58
igor196028-Nov-03 11:58 
BTW: I forgot to mention another alternative.
Imagine the following solution, that I've also tried at some point:
Instead of playing with ASM in stack switching: you may reuse treads to perform your deep stack calculations. So, what you do again have some stack call counter and as soon as that variable reaches some threshold, your code spawns separate thread, sets calling args on that thread and runs it again with the call to the recursive function, while thread creator waits till spwaned thread finishes. What happens here is: system creates thread that will either inherit your original stack size or you will specify stack size of that thread. The drawback maybe overhead in thread creation, however that should be tested...

Regards


"...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..."
Me
QuestionStreet address parsing? Pin
Ed K28-Nov-03 8:28
Ed K28-Nov-03 8:28 
AnswerRe: Street address parsing? Pin
JWood28-Nov-03 10:18
JWood28-Nov-03 10:18 
GeneralRe: Street address parsing? Pin
User 58385230-Nov-03 17:06
User 58385230-Nov-03 17:06 
AnswerRe: Street address parsing? Pin
jhwurmbach30-Nov-03 21:39
jhwurmbach30-Nov-03 21:39 
Generalopening file !!help me Pin
mitil2039048230428-Nov-03 7:53
mitil2039048230428-Nov-03 7:53 
GeneralRe: opening file !!help me Pin
vancouver77728-Nov-03 9:08
vancouver77728-Nov-03 9:08 
GeneralRe: opening file !!help me Pin
mitil2039048230428-Nov-03 9:12
mitil2039048230428-Nov-03 9:12 
GeneralRe: opening file !!help me Pin
hyph3n28-Nov-03 14:57
hyph3n28-Nov-03 14:57 
GeneralHelp ME PLEASEEEE!! Simple QUESTION! Pin
Anonymous28-Nov-03 7:39
Anonymous28-Nov-03 7:39 
GeneralRe: Help ME PLEASEEEE!! Simple QUESTION! Pin
(Steven Hicks)n+129-Nov-03 7:37
(Steven Hicks)n+129-Nov-03 7:37 
GeneralCDataGrid with Another Language Pin
sdfdsfa28-Nov-03 6:50
sdfdsfa28-Nov-03 6:50 
Generalfinal Class Pin
Anonymous28-Nov-03 5:43
Anonymous28-Nov-03 5:43 
GeneralRe: final Class Pin
Roger Allen28-Nov-03 5:58
Roger Allen28-Nov-03 5:58 
GeneralRe: final Class Pin
Michael Dunn28-Nov-03 6:37
sitebuilderMichael Dunn28-Nov-03 6:37 
GeneralReading video file Pin
rrrado28-Nov-03 2:41
rrrado28-Nov-03 2:41 
GeneralRe: Reading video file Pin
Ted Ferenc28-Nov-03 7:52
Ted Ferenc28-Nov-03 7:52 
GeneralRe: Reading video file Pin
rrrado1-Dec-03 2:12
rrrado1-Dec-03 2:12 

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.