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++.
A classic "Hello, World" program (C++23)
import std;
auto main() -> int {
std::println("Hello, {}", "World");
}
Contact
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.
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++.
A classic "Hello, World" program (C++23)
import std;
auto main() -> int {
std::println("Hello, {}", "World");
}
Contact
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.