Skip to content

Presentations and associated example code for the Connective C++ organization

License

Notifications You must be signed in to change notification settings

connectivecpp/presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentations and Example Code

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:

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.