TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

CLion

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.

CLion C++ IDE

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

New Project CLion Windows11

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.

Create New CLion Project

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.

 

CLion CMakeLists and main C 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/

Related Posts

CLion Build Project Win11

CLion /

Build & Run CLion Project

Configure CLion Toolcains

CLion /

Configure CLion Toolchains on Windows

Launch CLion IDE Windows 11

CLion /

Launch CLion IDE on Windows

Launch CLion IDE Windows 11

CLion /

Activate CLion IDE

CLion IDE C/C

CLion /

CLion IDE for C/C++ Development

‹ Configure CLion Toolchains on Windows› Build & Run CLion Project

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com