Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Conner on April 07, 2016, 08:29:02 AM

Title: Will c++ run on linux?
Post by: Conner on April 07, 2016, 08:29:02 AM
Hi, I would like to ask you a big problem to submit because I can not find the answer elsewhere, will c++ run on linux? Please help me, thank you for informing me as soon as possible.
Title: Re: Run on linux
Post by: Freddy on February 26, 2017, 10:49:43 PM
If you are using Fedora, Red Hat, CentOS, or Scientific Linux, use the following yum command to install GNU c/c++ compiler:
# yum groupinstall 'Development Tools'

If you are using Debian or Ubuntu Linux, type the following apt-get command to install GNU c/c++ compiler:
$ sudo apt-get update
$ sudo apt-get install build-essential manpages-dev