Skip to main content

Learn C++ on
Cpp-Lang.Net

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

Up-to-date

We aim to provide the latest knowledge about C++ with focus on modern practices.

Up-to-date

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.

Learn C++ on
Cpp-Lang.Net

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

Up-to-date

We aim to provide the latest knowledge about C++ with focus on modern practices.

Up-to-date

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.