On 2006.03.22, at 03:36 , Robert Mansfield wrote: > John, > > I would use Data::from(*sdp).c_str() to get a const char*. > > Rob. But if you plan further manipulations, you are throwing away all the benefits of the SdpContents class (parsers and accessors, serialization, etc.) caveat emptor. A