Skip to content

Commit fdd3abc

Browse files
Added badges to main page
1 parent 9dfecfd commit fdd3abc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
![GH Tag](https://img.shields.io/github/v/tag/connectivecpp/presentations?label=GH%20tag)
6+
![License](https://img.shields.io/badge/License-Boost%201.0-blue)
7+
8+
## Presentations
9+
510
Cliff Green has the following presentations, made for either the [New Mexico C++ Programmers Meetup Group](https://www.meetup.com/new-mexico-cpp-programmers/) or the [Albuquerque Google Developers Group](https://gdg.community.dev/gdg-albuquerque/):
611

712
- [A Tasty Intro to Generic Programming in C++](./presentations/ATastyIntroToGenericProgrammingInC%2B%2B.pdf)
@@ -11,6 +16,8 @@ Cliff Green has the following presentations, made for either the [New Mexico C++
1116

1217
Lou Langholtz is the primary organizer of the [New Mexico C++ Programmers Meetup Group](https://www.meetup.com/new-mexico-cpp-programmers/) with his own (excellent) presentations: [Lou Langholtz Presentations](https://louis-langholtz.github.io/presentation/). He also has some cool open source projects such as [PlayRho](https://louis-langholtz.github.io/PlayRho/).
1318

19+
## Example Code
20+
1421
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](examples/README.md) file in the `examples` directory has additional information, including basic instructions on invoking CMake.
1522

1623
Documentation generation is enabled for this repository, using a GitHub Actions workflow. For more information, see the [README](examples/README.md) file in the `examples` directory.

0 commit comments

Comments
 (0)