The C++ Core Guidelines is a living set of best-practice recommendations for writing modern, safe, and maintainable C++. Authored and curated by leaders in the C++ community, it organizes guidance into rules on type and resource safety, interfaces, performance, error handling, concurrency, and library design. Each rule is rationale-driven, showing the “why” behind recommendations and linking to examples that illustrate good and bad patterns. The guidelines encourage use of modern language features—RAII, smart pointers, move semantics, ranges, and constexpr—while steering developers away from brittle idioms and unsafe constructs. Enforcement is a central theme: many rules are designed to be checkable by static analysis tools and linters so teams can automate compliance. As a community artifact, it evolves with the language standard, offering a practical compass for teams upgrading legacy code or establishing standards for greenfield projects.

Features

  • Covers modern C++ (C++11 through C++20) usage patterns and best practices
  • Emphasizes safety, simplicity, and performance
  • Encourages use of a guideline support library (GSL) for safer abstractions
  • Structured to support tool enforcement and automated analysis of code
  • Designed for gradual adoption, allowing subsets (profiles) of rules to be used incrementally
  • Continuously updated through community contributions and expert review (as of July 8, 2025)

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

MIT License

Follow C++ Core Guidelines

C++ Core Guidelines Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of C++ Core Guidelines!

Additional Project Details

Registered

2025-08-25