New Skill Forged: C++ in a Nutshell
New Skill Forged
C++ in a Nutshell by Ray Lischner. 800 pages.
Complete C++ reference: template mechanics (function/class templates, total/partial specialization, type deduction), type traits with tag dispatch, overload resolution rules, STL container selection guide, iterator categories and safety rules, erase-remove idiom, and custom container design with allocator support.
What this skill teaches Claude to do:
- Write function and class templates with type, value, and template template parameters
- Specialize templates (total and partial) for specific types to customize behavior
- Implement type traits using tag dispatch for compile-time type discrimination
- …and 4 more
Browse the full skill at /skills/cpp-in-a-nutshell
Forged from 4,939 books. Auto-generated by the Skill Forge pipeline.