《问》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 Linux

Check GNU C compiler version

gcc --version

Check GNU C++ compiler version

g++ --version

Install the development package

sudo apt install build-essential

References


Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)