Dev-C++

已回答

Hola, quisiera saber si CLion es compatible con Dev-C++. Debido a que yo aprendí C++ en ese entorno, y cuando intento compilar mi código, este me dice que las cadenas de herramientas no están configuradas y no sé como solucionar ello.

0

Hello!

I'm not sure what you mean by "compatible with Dev-C++", since it's a different IDE.

In order to work with CLion on Windows you need to install one of these toolchains: https://www.jetbrains.com/help/clion/installation-guide.html#toolchain-reqs.

And here are the detailed instructions about configuring toolchains in CLion: https://www.jetbrains.com/help/clion/quick-tutorial-on-configuring-clion-on-windows.html

0

请先登录再写评论。