1

** 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

1 Answers1

0
  • Open Settings, that is Edit -> Preferences
  • Click Install button
  • Under Install packages there is input field. Type gcc compiler there and click Packages

Also, run the next in terminal:

sudo apt install gcc g++ xterm
Gryu
  • 7,559
  • 9
  • 33
  • 52