g++

Compiles C++ source files. Part of GCC (GNU Compiler Collection). More information: <https://gcc.gnu.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y g++
Ubuntu
RUN apt-get update && \ apt-get install -y g++
Alpine
RUN apk add g++
Arch Arch Linux
RUN pacman -S --noconfirm g++
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y g++
CentOS
RUN yum install -y gcc-c++
Fedora
RUN dnf install -y icecream
Raspbian
RUN apt-get update && \ apt-get install -y g++
click the source code to copy install g++ on any operating system with command-not-found.com