CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Cling integration

Last modified: 21 July 2021

CLion integrates with Cling, an interactive C++ interpreter built on top of Clang and LLVM. Cling allows you to run code without building the project, which can be especially useful for prototyping and learning C++. See the short Cling basics video.

External Links