Re: Linked Lists debugger question



"Robby" wrote:
I never assigned a value to "value" and yet why does it show
that value is equal to 0xcccccccc ?

In addition to other answers. Here is the good summary table of
special values used by VC++ debugger, CRT and OS heap manager:

"Win32 Debug CRT Heap Internals"
http://www.nobugs.org/developer/win32/debug_crt_heap.html

HTH
Alex


.