New Skill Forged: The C++ Programming Language

Skill Forge web

New Skill Forged

The C++ Programming Language, 4th Edition by Bjarne Stroustrup. 1346 pages.

Definitive C++11 reference by Stroustrup: type system, uniform initialization, RAII/ownership, class design (Rule of Five), operator overloading, virtual dispatch, templates, generic programming, variadic templates, metaprogramming, STL containers/algorithms/iterators, lambdas, concurrency (threads/futures/atomics), and C++20 ranges.

What this skill teaches Claude to do:

  • Apply RAII pattern to manage resources safely with constructors and destructors
  • Design class hierarchies with virtual dispatch, override, and virtual destructors
  • Write function and class templates with type deduction and specialization
  • …and 4 more

Browse the full skill at /skills/cpp-programming-language


Forged from 4,939 books. Auto-generated by the Skill Forge pipeline.