Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mcpp-community/d2mcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mcpp-community/d2mcpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: video/cpp11-00-auto-and-decltype
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 9, 2026

  1. video(cpp11/00): add manim animation for auto/decltype

    Manim Community v0.18.1 scene mirroring the existing videos/cpp11/*
    framework (MovingCameraScene + d2x mcpp_video_start/end, DHighlight,
    create_code_helper). Six scenes following the chapter:
    declaration, expression deduction, complex types (iterator),
    trailing-return + decltype, const/reference stripping, and the
    decltype parentheses pitfall.
    
    Run: uv run --with "manim==0.18.1" manim -pql videos/cpp11/00-auto-and-decltype.py
    Sunrisepeak committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    bfaed28 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2026

  1. docs(cpp11/00): sync bilingual docs + add animation video link

    - Sync en doc to zh: iterator example (v.insert) and const/reference
      stripping example now match the zh version's code
    - Add Bilibili animation link (BV1EzJs6HEf7) alongside the existing
      explanation video in both book docs and videos/README.md
    - Add render.sh launcher and refine the manim animation script
    Sunrisepeak committed Jun 14, 2026
    Configuration menu
    Copy the full SHA
    127d26d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    853f42f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12f8c0 View commit details
    Browse the repository at this point in the history
Loading