♦ C++ Installation
♣ C++ Install On Linux
Linux comes prehand with installed C++ compiler known as "g++" .If by any chance it does not happen to be present you can install it by entering the command in terminal:- "sudo apt install g++" .
♣ C++ Install On Windows
C++ Language Packagage can be downloade from here.The Downloaded package can be installed by following the simple click-next installation procedure.
♣ C++ Install On MacBook
gcc Compiler comes pre-installed with Mac-OS, that can be used.For compling the file use "gcc filename.cpp".
For Running the file use "./a.out".