I'm writing a winsock send function that sends data that is passed with a string. I need to use the string because I'm converting it into binary (our server protocol, don't ask).
Additional info : 0xCCCCCCCC is a special memory value for uninitialized stack memory in Microsoft's debugger.
Other codes in pointer or memory can tell you the source of a problem. See http://en.wikipedia.org/wiki/Magic_number_%28programming%29