DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

C++: Cheat Sheet

Quick reference for C++.

Read time: 1 min Words: 40
My Progress

C++ — Cheat Sheet

Quick info

  • Slug: cpp
  • Extensions: .cpp, .cc, .cxx, .hpp, .h

Hello World

// Hello World in C++
Hello, World!

Notes

  • This is a starter reference to avoid empty pages.
  • You can expand it with real syntax, examples, and trusted links.

Official docs