how to configure atom for running Cpp programs?
** I have installed atom with the help of youtube I have installed gpp-compiler, linter, linter-gcc ** atom showeing error while compiling a c++ program
11 Answer
- Open Settings, that is Edit -> Preferences
- Click Install button
- Under Install packages there is input field. Type
gcc compilerthere and click Packages
Also, run the next in terminal:
sudo apt install gcc g++ xterm