I need to construct/manipulate a string that contains multiple null bytes within the string. From what I've read I need to use basic_string in order to do this. I think I'm just not constructing it properly. Does anyone have any examples on how to create/manipulate a string that can handle char(0) anywhere within the string?