Ubuntu install g++

  We can use two ways to  install g++ on Ubuntu.

  1.  a. sudo apt-get install make gcc g++.

       b. sudo apt-get install manpages-dev.

  2. sudo apt-get install build-essential.

wsksec@gmail.com Pressing on Toward the Goal
原文地址:https://www.cnblogs.com/shuk-notes/p/4964370.html