What are some of the ways to make a super nasty nested loop become clean?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • range-v3

    Range library for C++14/17/20, basis for C++20's std::ranges

  • In C++23, there will be std::views::cartesian_product. It is already available in the range-v3 library, the one that the standard is based on.

  • STL

    MSVC's implementation of the C++ Standard Library.

  • We've also merged std::views::cartesian_product for VS 2022 17.7 Preview 2 from our contributor JMazurkiewicz. You can try it out today by building the microsoft/STL repo.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts