Trusted-CPP Documentation

Trusted-CPP Documentation

Welcome to the English documentation for Trusted-CPP, a project that guarantees safe software development for C++ at the source code level.

Table of Contents

About the Project

Trusted-CPP implements the concept of safe software development based on language guarantees for C++. Our approach fixes C++’s core problems with memory and reference data types without breaking backwards compatibility with older code.

The project consists of two main components:

  1. A header-only library
  2. A Clang compiler plugin

These components work together to ensure memory safety in C++ applications while maintaining full compatibility with existing codebases.

Key Features

For more information, visit our GitHub repository.