《问》How to install G++ the C++ compiler and GCC the C compiler on Ubuntu 20.04 LTS Focal Fossa Linux
《问》
How to install G++ the C++ compiler and GCC the C compiler on Ubuntu 20.04 LTS Focal Fossa LinuxCheck GNU C compiler version
gcc --version
Check GNU C++ compiler version
g++ --version
Install the development package
sudo apt install build-essential
References
- How to install GCC the C compiler on Ubuntu 20.04 LTS Focal Fossa Linux
- How to install G++ the C++ compiler on Ubuntu 20.04 LTS Focal Fossa Linux
Comments