IDE Setup

CLion

C++ is powerful but tricky. JetBrains’ CLion makes the setup easier so you can focus on logic.

Click here to install it.

After installation, you may see this screen. Click Skip Import and move on. CLion import settings

On the first screen, click New Project. CLion default screen CLion new project Delete “untitled”, type your project name, and click Create.

CLion project wizard If you see a complex window like this, wait a moment until everything shows Detected. Then click OK.

CLion default project screen

If you see this, installation is complete.

CLion setup finished

Delete all the default code and continue.