Description
Interactive C++ experimentation is available through the prebuilt Cling interpreter. It is useful for developers and students who want a C++ REPL for quick tests, teaching, or exploring APIs without setting up a full build project.
The interpreter runs entered C++ code with the permissions of the user. Avoid unknown snippets, especially those touching files, processes, network access, or shell commands.