Hi.

Let say there is a standard STL vector contain with data in it. How do you assign a character arrays the data inside the vector contain either through value or pointer?

I need to do that so I could write the data to a file in binary mode.

Thanks,
Kuphryn