This repository contains presentations and example code from members of the Connective C++ organization, primarily about the C++ language, but other topics and languages are covered.
Cliff Green has the following presentations, made for either the New Mexico C++ Programmers Meetup Group or the Albuquerque Google Developers Group:
- A Tasty Intro to Generic Programming in C++
- Unit Testing in C++ With the Catch2 Library
- Unit Testing Requires
- Create Your Own Open Source Project
- std::span in C++
Lou Langholtz is the primary organizer of the New Mexico C++ Programmers Meetup Group with his own (excellent) presentations: Lou Langholtz Presentations. He also has some cool open source projects such as PlayRho.
As of late April 2024 the example code for all of Cliff's presentations (other than "Create Your Own Open Source Project") is present, as well as corresponding CMake files. The bulk of the presentation example code has unit tests, using the Catch2 unit testing library. The CMake files will download any needed dependencies (primarily Catch2), or optionally will work with dependency managers such as vcpkg or Conan. The README file in the examples
directory has additional information, including basic instructions on invoking CMake.
Documentation generation is enabled for this repository, using a GitHub Actions workflow. For more information, see the README file in the examples
directory.