Top "Boost-iostreams" questions

Boost.

warning message RTTI symbol not found when using boost::iostreams

I use Boost::iostreams to write simultaneously to my console and a file. When i use eclipse to debug(with …

gdb eclipse-cdt rtti debug-symbols boost-iostreams
How to build boost iostreams with gzip and bzip2 support on Windows

How do I build boost's iostreams library with gzip and bzip2 support?

c++ boost bzip2 boost-iostreams
Simple server/client boost example not working

Learning boost, and compiled their daytime server client example. Since I cant use port 13 that is in the example I …

c++ boost tcp boost-iostreams
How to hook up Boost serialization & iostreams to serialize & gzip an object to string?

I've been using the Boost serialization library, which is actually pretty nice, and lets me make simple wrappers to save …

c++ boost boost-serialization boost-iostreams ostringstream
extracting compressed file with boost::iostreams

I'm searching for a way to extract a file in c++ by using the boost::iostreams classes. There is an …

c++ compression boost-iostreams
Can someone provide an example of seeking, reading, and writing a >4GB file using boost iostreams

I have read that boost iostreams supposedly supports 64 bit access to large files semi-portable way. Their FAQ mentions 64 bit offset …

c++ large-files boost-iostreams
boost gzip decompress byte array

I implemented the gzip/zlib decompression of files as shown in their examples on the boost site. void CompressionUtils::Inflate(…

c++ boost gzip zlib boost-iostreams
Does Boost.Serialization serialize differently on different platforms?

I use Boost.Serialization to serialize a std::map. The code looks like this void Dictionary::serialize(std::string & …

c++ serialization boost boost-serialization boost-iostreams