Stack Overflow

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



AFX_INLINE POSITION CList<TYPE, ARG_TYPE>::GetHeadPosition() const
{ return (POSITION) m_pNodeHead; }

I am testing someone else's program.
It crashed on this line saying stack overflow
Simply m_pNodeHead == 0xcccccccc
I wonder if I have reached the maximum stack size allowed on STL? any
comments are welcome!
Thanks
Jack


.