# cmu-db/15445-bootcamp

A basic introduction to coding in modern C++.

Repository: https://github.com/cmu-db/15445-bootcamp
Canonical: https://ross.abutalabs.com/products/15445-bootcamp
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2024-07-30T12:31:19+00:00

## Health v2 (maintenance only)
Score: 28/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 78
- inputs: {"age_days": 1105, "days_push": 764, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1123, forks 252 (observed 2026-08-28T04:03:40.145470+00:00)

## What it is
A C++ bootcamp from CMU's 15-445/645 database systems course providing a basic introduction to modern C++ features through readable, compilable example files. It covers references, move semantics, templates, STL containers, smart pointers, and synchronization primitives.

## Use cases
- learn modern C++ before taking a database systems course
- refresh knowledge of C++ move semantics and templates
- understand smart pointers like unique_ptr and shared_ptr
- learn C++ STL synchronization primitives like mutex and condition_variable
- prepare for C++ programming assignments in CMU 15-445
- get a refresher on C++ features that don't exist in C

## When to choose
- you are starting CMU 15-445/645 and need a C++ primer
- you know C but want to learn modern C++ idioms
- you want short, focused, compilable examples of specific C++ concepts

## When to avoid
- you need to learn basic C/C++ syntax from scratch
- you want a comprehensive or exhaustive C++ tutorial
- you need an interactive course with exercises and grading

## Facets
- artifact type: learning-resource
- maturity: stable
- function: developer-tools
- domain: education, programming-languages, tutorials
- platform: cpp, cross-platform
- tags: cpp, modern-cpp, cmu-15-445, bootcamp, database-course, cmake, move-semantics, templates, smart-pointers, concurrency

## Member repositories
- cmu-db/15445-bootcamp (main) score 28

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.145470+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:40:44.910625+00:00, confidence not recorded.
  - readme: https://github.com/cmu-db/15445-bootcamp (fetched 2026-08-28T04:03:40.145470+00:00, sha f12c5c17d57f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
