Guides
Practical, hands-on tutorials. Every code sample is compiled against the real cpc before it ships, so what you read is what runs.
Install the toolchain, write a real C+ program, and learn the write, audit, run loop that C+ is built around. No prior systems experience needed.
Model your data with structs and methods, understand C+ ownership without the borrow-checker fight, and handle errors as plain values. With verified, runnable examples.
Call C and let C call you back, give the optimizer the aliasing facts it needs, and let the compiler prove a hot path never allocates or blocks. All with verified examples.
A dense generation guide for an LLM about to write or edit C+. The compiler-enforced rules, the canonical patterns, the things never to propose, and the self-audit loop.
How a language model understands a C+ codebase using cpc's resolved, typed code graph (cpc query and cpc mcp) instead of grep: precise definitions, callers, and a one-call context pack.