std::string equivalent for data with NULL characters?
Posted
by known
on Stack Overflow
See other posts from Stack Overflow
or by known
Published on 2009-10-07T21:32:19Z
Indexed on
2010/05/16
23:10 UTC
Read the original article
Hit count: 171
I'd like to read a binary file and use something like std::string
that automatically resizes the buffer and such.
I'm using Visual C++. What are my options?
© Stack Overflow or respective owner