New Skill Forged: Effective Modern C++
New Skill Forged
Effective Modern C++ by Scott Meyers. 334 pages.
42 guidelines for effective C++11/14: type deduction (templates/auto/decltype), modern initialization, nullptr/constexpr/override/noexcept, smart pointers, rvalue references, move semantics, perfect forwarding, lambdas, and concurrency with futures and thread_local.
What this skill teaches Claude to do:
- Apply all 42 guidelines for C++11/14 correctness and performance
- Explain type deduction rules for templates, auto, and decltype
- Choose between unique_ptr, shared_ptr, and weak_ptr for ownership semantics
- …and 3 more
Browse the full skill at /skills/effective-modern-cpp
Forged from 4,939 books. Auto-generated by the Skill Forge pipeline.