v3 flag enabled

Find a battle-tested library for the problem you're solving right now.

Excited Cartoon Mascot Excited Cartoon Mascot
Asio

Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs.

Concurrent IO C++ 03
C++ 03
Assign

Filling containers with constant or generated data has never been easier.

IO C++ 03
C++ 03
Endian

Types and conversion functions for correct byte ordering and more regardless of processor endianness.

C++ 03
Format

The format library provides a class for formatting arguments according to a format-string, as does printf, but with two major differences: format sends the arguments to an internal stream, and so is entirely type-safe and naturally supports all user-defined types; the ellipsis (...) can not be used correctly in the strongly typed context of format, and thus the function call with arbitrary arguments is replaced by successive calls to an argument feeding operator%.

IO String C++ 03
C++ 03
IO

None

IO C++ 03
C++ 03
Iostreams

Boost.IOStreams provides a framework for defining streams, stream buffers and i/o filters.

IO String C++ 03
C++ 03
Program Options

The program_options library allows program developers to obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file.

IO Miscellaneous C++ 03
C++ 03
Serialization

Serialization for persistence and marshalling.

IO C++ 03
C++ 03