Boost String Algorithms Library

Опубликовано: 08 Ноябрь 2023
на канале: Utah Cpp Programmers
2,357
31

String manipulation is a common task in many programs. The standard library basic_string class comes with many member functions for performing some basic operations and acts as a compatible container for the generic algorithms in the standard library.

Despite this, certain common tasks are missing and the Boost String Algorithms library fills that gap. This month, Richard Thomson will give us an overview of the string algorithms in boost.

Boost.String Algo docs:
https://www.boost.org/doc/libs/1_83_0...

The Boost C++ Libraries online book, Chapter 5:
https://theboostcpplibraries.com/boos...

Sample code:
https://github.com/legalizeadulthood/...

Meetup:
https://www.meetup.com/utah-cpp-progr...

Past topics:
https://utahcpp.wordpress.com/past-me...

Future topics:
https://utahcpp.wordpress.com/future-...