Click here to Skip to main content
15,888,226 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 17:25
jochance7-Mar-23 17:25 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 19:53
SortaCore7-Mar-23 19:53 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:33
jochance7-Mar-23 20:33 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 20:39
SortaCore7-Mar-23 20:39 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:48
jochance7-Mar-23 20:48 
GeneralRe: Today I did the impossible. Pin
Jonas Hammarberg8-Mar-23 2:59
professionalJonas Hammarberg8-Mar-23 2:59 
GeneralRe: Today I did the impossible. Pin
jochance8-Mar-23 8:48
jochance8-Mar-23 8:48 
GeneralRe: Today I did the impossible. Pin
jmaida7-Mar-23 11:57
jmaida7-Mar-23 11:57 
I don't know if it was me or VS. I wrote some tree building and balancing code. Got it working perfectly, so I wanted to increase the tree depth be increasing the input (random names). When I got to about ~60 (~60 depths of recursions, don't recall the actual number but using 60 as close enough) the program just terminated. No error codes, no warnings about stack size limits, nothing. I thought I created an error with my input, so retried again. Same result. Then light bulb came on about stack sizes, but there was no documented limits of VS that could find at the time (about 20 years ago). When I reduced the use of the stack (less tree depth) until it worked perfectly again. It was probably just memory limit. I was using 64 bit mode (I think).
Go figure.
"A little time, a little trouble, your better day"
Badfinger

GeneralRe: Today I did the impossible. Pin
CodeZombie628-Mar-23 1:03
CodeZombie628-Mar-23 1:03 
GeneralRe: Today I did the impossible. Pin
decaffeinatedMonkey8-Mar-23 1:29
decaffeinatedMonkey8-Mar-23 1:29 
GeneralRe: Today I did the impossible. Pin
JohnDG528-Mar-23 1:38
JohnDG528-Mar-23 1:38 
GeneralRe: Today I did the impossible. Pin
Gary Wheeler8-Mar-23 2:07
Gary Wheeler8-Mar-23 2:07 
GeneralThis Saturday is World Plumbing Day Pin
Marc Clifton7-Mar-23 4:13
mvaMarc Clifton7-Mar-23 4:13 
GeneralRe: This Saturday is World Plumbing Day Pin
PIEBALDconsult7-Mar-23 4:16
mvePIEBALDconsult7-Mar-23 4:16 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 4:28
mveMike Hankey7-Mar-23 4:28 
GeneralRe: This Saturday is World Plumbing Day Pin
PIEBALDconsult7-Mar-23 4:33
mvePIEBALDconsult7-Mar-23 4:33 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 4:37
mveMike Hankey7-Mar-23 4:37 
GeneralRe: This Saturday is World Plumbing Day Pin
Daniel Pfeffer7-Mar-23 7:51
professionalDaniel Pfeffer7-Mar-23 7:51 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 8:05
mveMike Hankey7-Mar-23 8:05 
GeneralRe: This Saturday is World Plumbing Day Pin
Marc Clifton7-Mar-23 8:26
mvaMarc Clifton7-Mar-23 8:26 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 8:36
mveMike Hankey7-Mar-23 8:36 
GeneralRe: This Saturday is World Plumbing Day Pin
Gerry Schmitz7-Mar-23 5:03
mveGerry Schmitz7-Mar-23 5:03 
PraiseRe: This Saturday is World Plumbing Day Pin
Gary Wheeler8-Mar-23 2:08
Gary Wheeler8-Mar-23 2:08 
JokeRe: This Saturday is World Plumbing Day Pin
Jeremy Falcon7-Mar-23 6:03
professionalJeremy Falcon7-Mar-23 6:03 
GeneralRe: This Saturday is World Plumbing Day Pin
dandy727-Mar-23 6:42
dandy727-Mar-23 6:42 

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.