cpp
GNU C preprocessor (cpp)
Install
- All systems
-
curl cmd.cat/cpp.sh
- Debian
-
apt-get install cpp
- Ubuntu
-
apt-get install cpp
- Arch Linux
-
pacman -S cpp
- Kali Linux
-
apt-get install cpp
- CentOS
-
yum install cpp
- Fedora
-
dnf install cpp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpp
- Raspbian
-
apt-get install cpp
- Dockerfile
- dockerfile.run/cpp
cpp
GNU C preprocessor (cpp)
The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. This is a dependency package providing the default GNU C preprocessor.
gcc-snapshot
A SNAPSHOT of the GNU Compiler Collection
gcc-mozilla
GCC, the GNU Compiler Collection
gcc
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C compiler.
distcc
simple distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.