C++ programming
(This webpage is under construction)
C++ is a general purpose programming language that combines the power of low-level programming with high-level abstractions, balancing hardware control with algorithmic expressiveness. Since its origin in the 198Xs as an object-oriented extension of C, C++ has evolved especially from C++11 marking the beginning of the modern C++ era.
| Standard | Features | Notes |
|---|---|---|
| C++98 | test | test |
| C++03 | test | test |
| C++11 | test | test |
| C++14 | test | test |
| C++17 | test | test |
| C++20 | test | test | C++23 | test | test | C++26 | test | test |
Examples:
All C++ code examples on this page were compiled with g++ on Windows 11 using MSYS2, a software distribution and build environment that provides a Unix-like shell and package management system for Windows.
Dependencies:
References: