c++

C++ support for GCC

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