From the course: Web Servers and APIs using C++

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Installing Atom

Installing Atom - C++ Tutorial

From the course: Web Servers and APIs using C++

Start my 1-month free trial

Installing Atom

- [Instructor] You can use any programming editor you'd like in this course. I'll be using Atom. It is a free and open-source editor from GetHub. To install it, head over to atom.io, download the version for your OS, and follow the installation instructions. I've already installed it on my machine. I won't be using many of Atom's advanced features, but one that I will use is it's ability to launch from the command line. I will type atom and then the name of a file or directory to open it in the editor. This can save you a lot of time trying to find a file via the finder or explorer.

Contents