v3 flag enabled

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

Excited Cartoon Mascot Excited Cartoon Mascot
  • Library name
    Description
    Category
    Author
    Version
  • Convert

    An extendible and configurable type-conversion framework.

    Unknown
  • 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 Unknown
    Unknown
  • Iostreams

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

    IO String Unknown
    Unknown
  • Lexical Cast

    General literal text conversions, such as an int represented a string, or vice-versa.

    Unknown
  • Locale

    Provide localization and Unicode handling tools for C++.

    String Unknown
    Unknown
  • Regex

    Regular expression library.

    String Unknown
    Unknown
  • Spirit

    LL parser framework represents parsers directly as EBNF grammars in inlined C++.

    Parsing String Unknown
    Unknown
  • String Algo

    String algorithms library.

    Algorithms String Unknown
    Unknown
  • Tokenizer

    Break of a string or other character sequence into a series of tokens.

    Iterators String Unknown
    Unknown
  • Wave

    The Boost.Wave library is a Standards conformant, and highly configurable implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface.

    String Unknown
    Unknown
  • Xpressive

    Regular expressions that can be written as strings or as expression templates, and which can refer to each other and themselves recursively with the power of context-free grammars.

    String Unknown
    Unknown