/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.dinaburg.org
| | www.cplusplus.com
4.5 parsecs away

Travel
| | [AI summary] This C++11 technical documentation explains the std::regex_match function template, detailing its various overloads, parameters, flags, and providing a complete working example.
| | abseil.io
2.1 parsecs away

Travel
| | Battle-tested, Mom-approved
| | ddanilov.me
4.7 parsecs away

Travel
| | Exceptions are an inherent part of modern C++. Everything is clear with the exceptions that can be handled, but what do we do with the exceptions that have no foreseeable resolution? One of the ways to work with them is to catch, log, and exit the application. Let's take a...
| | ewencp.org
41.3 parsecs away

Travel
| A Survey of Iterator (or Generator) Patterns in golang