Como Configurar o CLion em C++?

已回答

Estou tentando executar um programa em C++ e quando vou para executar, aparece que eu preciso editar as configurações! 

0

Hello!

CLion does not provide its own project model for your code but supports the following formats:

It means that your project should be based on one of these formats so that you could run it in CLion.

The easiest way to start is the following: File | Close Project, select New Project on the Welcome screen > C++ Executable > Create. After that you can copy the necessary code and past it into this project.

Please read our quick CMake tutorial - https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html, it will help you.

0

请先登录再写评论。