Results for “c++” - 2 found
C++ Coding Standards (C++ Core Guidelines)
606C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce mo
Docs
by affaan-m/everything-claude-code
memory-safety-patterns
539Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing sa
Docs
by wshobson/agents