stack question?
-
Normally stack overflow is not a problem unless you have a lot of recursive functions within threads. I'm looking for any kind of suggestion,articles, methodes,api to detect and prevent stack overflow on releases. None MFC if possible but even MFC is fine. Thanks G_S
-
Normally stack overflow is not a problem unless you have a lot of recursive functions within threads. I'm looking for any kind of suggestion,articles, methodes,api to detect and prevent stack overflow on releases. None MFC if possible but even MFC is fine. Thanks G_S
G_S wrote:
I'm looking for any kind of suggestion,articles, methodes,api to detect and prevent stack overflow on releases.
Global variables. Stack-based arrays. Passing structures to functions by value.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb