VC++

What the memory values like 0xCDCDCDCD denotes?

Check the Funny Memory Values information written by Samuel R. Blackburn and the Memory Management and the Debug Heap in MSDN.

Value Description
0xCDCDCDCD Allocated in heap, but not initialized
0xDDDDDDDD Released heap memory.