C++ on ubuntu hello world - Stack Overflow
stackoverflow.com › questions › 39808212Oct 01, 2016 · Show activity on this post. First, make sure you have the tools you need to be able to compile a C++ code on Ubuntu. For that run the following code in the command line : This line will install all the basic stuff you need for compiling a C++ code, it will install C, C++, and make. sudo apt-get install build-essential.