cpp
Installation
SKILL.md
C++
Modern C++ development with smart pointers, RAII, and performance optimization.
When to Use
- Working with
.cppor.hppfiles - Systems programming and embedded
- Game development with Unreal Engine
- Performance-critical applications
Quick Start
#include <memory>
#include <string>
#include <vector>