# CLion

{% embed url="<https://www.jetbrains.com/ru-ru/clion/>" %}

| Параметр      | Значение                                                                                       |
| ------------- | ---------------------------------------------------------------------------------------------- |
| ОС            | Windows, Linux, Mac OS                                                                         |
| Доступность   | студентам - бесплатно. Подробнее смотрим [сюда](https://www.jetbrains.com/shop/eform/students) |
| Компиляторы\* | GCC, Clang, MinGW, MSVC                                                                        |

CLion - кроссплатформенная среда программирования на C++ от компании JetBrains. Включает в себя современные стандарты C++, libc++ и Boost. Поддерживает также другие языки программирования - Kotlin, Python, Rust и т.д. - "из коробки" или с помощью плагинов.

*Внимание*: встроенного компилятора нет. Поэтому вам сначала необходимо поставить компилятор, а после прокинуть пути до него в IDE. Вероятно, что при установке на Windows вам таки поставится MinGW.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skkv-itmo.gitbook.io/c-cpp-cookies/environments/ide/clion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
