Site icon TestingDocs.com

Create New CLion C Project on Windows

Overview

In this tutorial, we will learn to create CLion C Project on Windows.  CLion is a cross-platform IDE for C/C++ development.

Pre-requisite

Install CLion IDE on Windows.

https://www.testingdocs.com/install-clion-ide-on-windows-11/

Activate the tool.

https://www.testingdocs.com/activate-clion-ide/

Create CLion Project

In this example, we will create a new project from scratch. The steps to create a project are as follows:

Launch the CLion IDE.

Click on the New Project + button to create a brand new project.

The screen would look like something similar if you have any already created projects.

Choose the Project type in the options. The project details depend on the project type. Let’s create a C Executable project.

Provide the project Location. Name the project and

Choose the language standard in the Language standard: drop-down list.

Click on the Create button to create the project.

This will load and create the project. The IDE will create the main.c and CMakeLists.txt files for you in the project.

 

 

That’s it. We have successfully created a C project using CLion IDE. We can start developing the application.

CLion Tutorials

CLion Tutorials on this website can be found at:

https://www.testingdocs.com/clion-ide-tutorials/

For more information on CLion IDE, visit the official website:

https://www.jetbrains.com/clion/

Exit mobile version