Linux already has GNU C++ compiler g++ for compiling C++ files. So need for any external softwares here.
- open terminal
- cd into the folder that contains the
compare-numeric-string.ccfile - type
gcc compare-numeric-string.cc - run the object file output by g++ by running
./a.out