Celeb Glow
updates | March 26, 2026

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

1

1 Answer

  • 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy