Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
C++
C++
Mar 24, 2023
C++
is a superset of C that is both procedural and object-oriented, while also providing facilities for low-level memory manipulation
Installation
homebrew
0. search for which g++ compiler you want
brew search g++
1. install <g++ version>
brew install <g++ version>
2. verify gcc was installed
which <g++ version>
<g++ version> —version
<g++ version> —help
apt-get
0. search for which g++ compiler you want
apt-cache search g++
1. install <g++ version>
apt-get install <g++ version>
2. verify gcc was installed
which <g++ version>
<g++ version> —version
<g++ version> —help