Skip to main content

Learn C++ on
Cpp-Lang.Net

Your completely free, open source, all-in-one website about C++.

Quizzes

You can test your knowledge with our quizzes.

Quizzes

Overview

C++ is a general-purpose programming language that compiles to a native code, created by Bjarne Stroustrup. Here are a few examples of code written in modern C++.

Run in Compiler Explorer
A classic "Hello, World" program (C++23)
import std;

auto main() -> int {
std::println("Hello, {}", "World");
}

Contact

Paweł's profile picture

Hi, my name is Paweł Syska and I'm the maintainer of the Cpp-Lang.net website.
You can contact me via LinkedIn or our Discord server.