《问》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语言的设计思想

Ruby语言比较讲座:单引号和双引号的比较

Ruby语言经典代码讲座:理解方法