C++

C++

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

Subpages