< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
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