Skip to content

Expand C++ handbook coverage - #2

Merged
Merd0 merged 1 commit into
mainfrom
codex/complete-cpp-handbook-coverage
May 18, 2026
Merged

Expand C++ handbook coverage#2
Merd0 merged 1 commit into
mainfrom
codex/complete-cpp-handbook-coverage

Conversation

@Merd0

@Merd0 Merd0 commented May 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Added missing practical C++ handbook topics in EN/TR: core language details, strings/views, containers/iterators, lambdas/algorithms, constexpr, variant/tuple/enum, operator overloading, namespaces/headers, casts, testing, filesystem/chrono, and atomics.
  • Added compiling C++17 examples for each new topic and registered them in the root CMake build.
  • Updated README topic maps, EN/TR learning paths, and reference indexes so every topic is discoverable for offline review.
  • Added docs/coverage-map.md to clarify what the handbook covers and what intentionally remains advanced/optional.

Validation

  • Ran git diff --check.
  • Verified learning path file references exist.
  • Verified CMake executable source references exist.
  • Ran cmake -S . -B build -DCPP_LEARNING_LAB_WARNINGS_AS_ERRORS=ON.
  • Ran cmake --build build --config Release.
  • Ran ctest --test-dir build -C Release --output-on-failure.

@Merd0
Merd0 merged commit 0a95de8 into main May 18, 2026
1 check passed
@Merd0
Merd0 deleted the codex/complete-cpp-handbook-coverage branch May 18, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant