Hi, I have a pointer to a "SdpContents" object, like so: sdp = new SdpContents(hfv, type); Now I want to put this into a string, how do I do it? char *mysdpAsString = <what do I do here?> John